commit | 36444ab0ec4db8ca52177ac93073b1da1d64f00c | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Jul 05 21:03:01 2021 +0100 |
committer | Martin Stjernholm <mast@google.com> | Sun Aug 15 22:30:03 2021 +0100 |
tree | 8549868e903c5a2ad847a5cbd93a87aef56ef63c | |
parent | 1b181b06983553c2cc9cccd8e783f6b505abdc33 [diff] |
Remove PRODUCT_BOOT_JAR_MODULE_OVERRIDES. This reverts commit efe6a4d74880ccf72b38910eeb0258abbebb4f10. As a result of b/191269918, APEX variants are now consistently identified by their "runtime names", i.e. their mount names under /apex. Those names are now also used to identify the APEXes in PRODUCT_BOOT_JARS and similar variables. That avoids implementing a global lookup mechanism in Soong, and since they don't vary between products also makes this override variable unnecessary. Test: `m nothing` in internal Bug: 191269918 Bug: 180325915 Change-Id: I6fd3d29d1c032c9f8bda0191781f9d2dc6f199a4
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.