commit | 8ae0c83259b2cf5a32ff5974da35ebb7db028438 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Fri Jun 05 17:38:07 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 05 17:38:07 2020 +0000 |
tree | ce9b5548b49b2aad66658081fcfb0fe50339e16c | |
parent | e549d104382c484d6514cf0b1f721e2a96621d6a [diff] | |
parent | eefa8e954e1464d313f4119f17a815aa9045d2c7 [diff] |
Implement android_app_set module. am: eefa8e954e Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11718673 Change-Id: I661aed2c61ac4123c0e9a3d02c9da72ef3fac754
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.