commit | a5828f21f887fe35b9a556ebecb094f24cdda1ba | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jun 26 10:01:13 2019 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Jun 26 14:43:57 2019 -0700 |
tree | 34e6c4aa3177b4b6189e95bce44f8d720937b169 | |
parent | 669f3983fd50e8d41a0be0e7461d9da19a3de4ed [diff] |
Revert "Revert "Remove option to create boot image based on preloaded classes"" Test: make Test: build/soong/scripts/build-ndk-prebuilts.sh This reverts commit 7139459ac75f138e070f8f08259ec4eab2a6a316. Change-Id: I7449e57cdcaccc60decca2df929b1b9e920f5904
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.