commit | 4dd821f386afeb0fd2fa342b19dadf511d54c9f6 | [log] [tgz] |
---|---|---|
author | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Mon Feb 07 18:50:33 2022 +0000 |
committer | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Mon Feb 07 18:50:33 2022 +0000 |
tree | bc9cb1dcb05c4e51950997dd77bf0f91c057504f | |
parent | 7aa3cc6c20226ad710e4dd69b478a973bb422bf0 [diff] | |
parent | 5ff4380b5df300a0e0f0a57f8bf079dc11759498 [diff] |
[automerge] Add a keys argument to tapas 2p: 5ff4380b5d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/16804130 Bug: 216553104 Change-Id: Ibc4ef4f682bbdb50c3aef23ee9cf4e68c247f7de Merged-In: I2161be9e15f99713e11d22901d6eb7ad3c420093
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.