Stay organized with collections
Save and categorize content based on your preferences.
check_checksums
The check_checksums tool is used to verify build reproducibility.
After a project is bootstrapped, it will contain a checksums.txt file with an expected checksum
for the build artifact. This script automates the process of checking the artifact's checksum
against the expected value and shows any discrepancies in an easy-to-read format.
Usage
usage: check_checksums [-h]
Verifies file integrity by checking SHA-256 checksums against a 'checksums.txt' file.
Every line in the checksums.txt file is generated by running 'sha256sum' on a file and appending the output.
options:
-h, --help Show this help message and exit.
Example
devkit/check_checksums
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-04 UTC."],[],[]]