aboutsummaryrefslogtreecommitdiff
path: root/tools/fileslist_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert fileslist_util.py to python 3Cole Faust2022-10-241-39/+24
| | | | | | | | Also update it from getopt to argparse. Bug: 203436762 Test: m $OUT/installed-files-root.txt Change-Id: I006a36feab01cbbd76dc7d7c1c0675197848212a
* build: tools: Add json collection of installed files with hashes.Sasha Levitskiy2016-10-141-0/+68
Adds installed-files.json in addition to installed-files.txt Further sorts the file list to be ordered within the same size bucket. Test: manual, cross-checked checksums with sha256sum utility checked build outputs. Bug: 19988819 Change-Id: Ifb632eb4df65ec48645c8f93e36bae44ccc52ba8 Signed-off-by: Sasha Levitskiy <sanek@google.com>