commit | a67e12d66fd7258dcabe06a45d021797193c5da7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Dec 07 10:33:34 2017 -0800 |
committer | Tao Bao <tbao@google.com> | Thu Jun 27 10:24:10 2019 -0700 |
tree | a32013721502f5c4e67b674770b2aa34b928f1a3 | |
parent | 14c01bea97d6322be933200ebe1a3c637fd3db04 [diff] |
releasetools: Clean up check_target_files_signatures.py. And make it Python 3 compatibile. Bug: 131631303 Test: python check_target_files_signatures.py target-files.zip Test: python3 check_target_files_signatures.py target-files.zip Change-Id: I38e868c3124387f5543ad68c92c75917e40b7d8f
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.