commit | ba231d2084fecb543f0cb014d69b753133f8fce8 | [log] [tgz] |
---|---|---|
author | Alyssa Ketpreechasawat <kalyssa@google.com> | Thu Oct 26 13:17:31 2023 +0000 |
committer | Alyssa Ketpreechasawat <kalyssa@google.com> | Mon Nov 13 13:22:32 2023 +0000 |
tree | b73e19708183b799267ec6f101f1a5fcac750e7c | |
parent | 8f1f35461e361186a553fae34506e931c4a91a1a [diff] |
Remove jars in PRODUCT_APEX_BOOT_JARS_FOR_SOURCE_BUILD_ONLY (e.g. framework-pdf in MP) from ApexBootJars when prebuilt is enabled. framework-pdf is newly added framework jar which is not yet included in the actual prebuilt apex. Thus, we add it PRODUCT_APEX_BOOT_JARS_FOR_SOURCE_BUILD_ONLY. The APEX_BOOT_JARS_EXCLUDED will be created based on PRODUCT_APEX_BOOT_JARS_FOR_SOURCE_BUILD_ONLY and will be removed from ApexBootJars. Bug: 304719212 Test: lunch cf_x86_phone-next-userdebug & m Test: lunch cf_x86_phone-trunk-userdebug & m Change-Id: I9902131629900fbd629b8560a422ed8c2b06073c
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.