commit | 7f0a9ff876a491fc43117cc429a538bbb4f2f5e4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue May 11 14:19:01 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 11 14:19:01 2021 +0000 |
tree | 53f3cc8c79313f4f8924b460d9284d0ec5d26d28 | |
parent | 8cf37a264fe0590c1dc7faf867021b9e23c7199a [diff] | |
parent | 095b57327dc2a61d01c0029041bbdae4a8a16c05 [diff] |
Merge "sign_target_files_apks: replacing GKI signing args completely" am: dcadb68011 am: 6fd4524d0d am: 2c18f4b84b am: 095b57327d Original change: https://android-review.googlesource.com/c/platform/build/+/1700885 Change-Id: I430e42498a231ff92f358aeb0838f9580dcbc20b
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.