commit | 36101543e9306c5d4525d7cdecc4f6354624fbe9 | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Mon Feb 10 15:27:45 2020 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Thu Feb 13 13:36:11 2020 +0000 |
tree | 3fccca4c056b2d213ed121e85df12c8e7326a7d6 | |
parent | 77ffb564a96124de9501c9bd4f6a51b1bd289755 [diff] |
Make PRODUCT_BOOT_JARS and PRODUCT_UPDATABLE_BOOT_JARS disjoint. This is to unify boot jars with system server jars: PRODUCT_SYSTEM_SERVER_JARS and PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS do not overlap. Test: aosp_walleye-userdebug boots Exempt-From-Owner-Approval: cherry-pick. Bug: 146363577 Change-Id: Ief8994cc34cb6f7951051313dd66a1334a3a73b4 Merged-In: Ief8994cc34cb6f7951051313dd66a1334a3a73b4 (cherry picked from commit 19ed3a0db73b1417446b9b16d894e42926b49cb1)
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.