commit | 824989bee64444f0471b0619883e3631bde3efe5 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Oct 07 03:47:28 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 07 03:47:28 2019 -0700 |
tree | 3d1e44aaae6f2e1dd984612024b8176357d0807f | |
parent | 570ea5a8e6551c03c7308c769f98ab77114d3fb8 [diff] | |
parent | 6a3e54b47f5d92f0f51a48614fa4b740a2bce96f [diff] |
Merge "Introduce build variable `OVERRIDE_TARGET_FLATTEN_APEX`." am: 81681abfef am: 0a24633ef5 am: 6a3e54b47f Change-Id: I53025a2df29cc9753ad57f76be83791ae664d3f8
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.