commit | 7f81fd1403105da20a23847e80eefae9a25dc29a | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed May 20 04:03:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 20 04:03:58 2020 +0000 |
tree | 96586fc1b617b52944ad6dc2a43f1b90639f28d4 | |
parent | 27e8474d57e0ff668092b210c03998e29759d8e1 [diff] | |
parent | 1dbb0c3d1ee1f2545f7fbce41e1370fc3e18e8cc [diff] |
[automerger skipped] Introduce build variable `OVERRIDE_TARGET_FLATTEN_APEX`. am: 1dbb0c3d1e -s ours am skip reason: Change-Id Ib9ccae38430340de38e4758b4f55df2c65ea60d5 with SHA-1 b3a503df7f is in history Change-Id: I857709a0805622d6c16a44b393ab1f38cacaddee
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.