commit | 11f955c5065c860cd27842b327c14be4e0766413 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 19 12:19:35 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Jun 19 14:50:23 2018 -0700 |
tree | cc2e3f14df729a021b6d85ba45124e5543d17bee | |
parent | 2a07d562ac19a94268ec3ef18b2648fd74f5b237 [diff] |
releasetools: Factor out the check for (compressed) APK file. Test: Run sign_target_files.py to sign a target_files.zip. Test: `python -m unittest test_sign_target_files_apks` Change-Id: Ie795d1bce7bae6af427832283e3d10bfecad80c5
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.