commit | b20d060c3c4d21c433609a4a6d1521adc698a2ac | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Feb 20 07:48:22 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Mar 21 18:04:25 2024 +0000 |
tree | 71da42f28d84086a17df67568c76ab5d8d21208a | |
parent | afac5b33ac8f6e170a820577f1cadf443df75d7d [diff] |
Convert BuildIgnoreApexContritbutions variable to a boolean The ignore list is burdensome to maintain once we start adding the module sdk contents to apex_contributions. Convert the variable to a boolean. When set to true, all contents in `apex_contributions` will be ignored Bug: 308187268 Test: m nothing on aosp,google and google_fullmte devices Ignore-AOSP-first: CL topic does a cleanup of an internal only denylist Change-Id: If899f6eaf5449c2aa789d0bd5b791a3db715c676 Merged-In: If899f6eaf5449c2aa789d0bd5b791a3db715c676 (cherry picked from commit 025492c4ea092b7f25a4d442e67143954b5ffaa5)
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.