commit | bfe65c6a1b6c07a2083876764357f11e0cc37cfb | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Apr 02 12:54:09 2019 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Apr 02 17:56:07 2019 +0000 |
tree | 27cd87af7d2be6b53d45e5cf7de17b36f6d813a3 | |
parent | 289fa3cea303fa118365330e35b7758c4f4e72bd [diff] |
Re-order the ext/framework boot jars in bootclasspath. Order of those doesn't matter, and the new order simplifies b/119800099. Test: m and boots Bug: 119800099 Change-Id: I9667a8d49ae751dfe713e37483548a58dfb25bd4
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.