platform_build_soong/zip/cmd
Zhenhuang Wang b8451b8448 Support storing SHA256 checksum for files in soong_zip
Add a -sha256 argument to soong_zip that computes SHA256 checksum for
each file and stores the value in file header. The SHA information can
then be used by downstream systems that use content addressing.

Bug: 259513199
Test: zip_test.go
Test: soong_zip -o test.zip -D test_dir -sha256
Change-Id: I20e9f424bd0a4604f0dc7cc77bd65f10eb49a163
2023-01-25 10:00:58 +08:00
..
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
BUILD.bazel Add a soong_zip alias to prebuilts and allowlist all blocked rdeps. 2022-09-23 02:28:36 +00:00
main.go Support storing SHA256 checksum for files in soong_zip 2023-01-25 10:00:58 +08:00