commit | 7e815905b4da27eea3f7a3c4026306cab76ca146 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Mar 07 00:47:45 2025 +0000 |
committer | Spandan Das <spandandas@google.com> | Fri Mar 07 01:12:24 2025 +0000 |
tree | 3a30df9bc299fb32b853628aa603d47a84ae5144 | |
parent | 8fb8e6a34436b795afc01677731d1a8145f32c67 [diff] |
Limit apkcerts.txt to installed apps if RELEASE_APKCERTS_INSTALL_ONLY apkcerts.txt currently contains an entry for every app in the tree, even if the app is not installed for the device. This CL limits the entries to the list of installed apps if RELEASE_APKCERTS_INSTALL_ONLY is true Bug: 399788149 Test: lunch panther-trunk_staging-userdebug Test: m apkcerts-list Test: manually inspected the apkcerts.txt file and verified the drop Test: manually inspected the apkcerts.txt file and verified that GoogleDialer (an android_app_import) exists in the file Change-Id: I1bbf1ee38af6326a2ed90016404c99b8f90fcc94
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.