commit | 19abe716f85c7e44d51e0e8c591d6063473eaa48 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Mar 08 00:12:57 2019 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Mar 08 14:41:14 2019 +0000 |
tree | 783def59e9bfcb0a71f0da28961001e8138a896c | |
parent | 9f18c64d078dd8aafa8329778c3ad677cfdbdc8d [diff] |
Add a flag to select the apex boot image for preopt. Test: m && check that odex files are preopted with the apex image Bug: 119800099 Change-Id: I5b64261cd765b511ad7e1ff513b85c0579023f6e
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.