commit | ebce49601af0dfe77dcfa69ddb10bbb862c8c747 | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Wed Apr 12 17:48:34 2023 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Wed Apr 19 15:54:13 2023 +0000 |
tree | fe7f26b8247668adec1e81ac7111978a973a9ea3 | |
parent | d84488525912e45025b2b6e740c45de0050ad1fe [diff] |
Split PRODUCT_AFDO_PROFILES into two variables Currently, PRODUCT_AFDO_PROFILES is generally applied to all products and is not semantically treated as a product config varilable. Splitting this allows us: 1. Explicitly tell that PRODUCT_AFDO_PROFILES takes precedence over product-agnostic profiles in AFDO_PROFILES 2. Add PRODUCT_AFDO_PROFILES to _product_vars_list Ignore-AOSP-First: ag/22604900 in the same topic is in internal repo Test: Define PRODUCT_AFDO_PROFILES in a product config and make sure it appears first in the soong var AfdoProfiles Bug: 277215393 Change-Id: I284f6308d456994bb72129cb0d7be7cd091993ae
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.