commit | 8f30661b2d19af67b6c1764dc3527638f887769b | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Apr 08 17:45:26 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Wed Apr 10 17:55:08 2024 +0000 |
tree | 0228987bf609b3ec32fe0f045329ddc6591dd489 | |
parent | ba67028405cdd4c02da7e0682fe528ec97210de0 [diff] |
Drop PRODUCT_PACKAGES special-case in source vs prebuilt mainline selection google products that include mainline apexes use RELEASE_APEX_CONTRIBUTIONS_* for source vs prebuilt selection. RELEASE_APEX_CONTRIBUTIONS is aware of aosp products via a parallel special-case in core/product_config.mk, so we do not need this duplicate special case here. Bug: 308188056 Test: presubmits Change-Id: I2fc904d3f661c105ec9a48a313723bc881a623f8
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.