commit | 9281bc8c8f83ffd7353401cf82ea6f52f7e4aadc | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Thu Apr 06 00:05:05 2023 -0400 |
committer | Vinh Tran <vinhdaitran@google.com> | Thu Apr 20 17:33:00 2023 -0400 |
tree | 9837224b84ca6e5f57bfc3076d5d0593b6b79379 | |
parent | ed97847d9abe8cd874e7bd563c8e077417f00abf [diff] |
Optionally include afdo_profiles.mk if available Previously, the product var is defined in pixel product config only. This breaks SDK finalization for udc (google3/configs/wireless/android/busytown/platform/git_udc/git_udc-release.gcl). In SDK finalization, we need to ensure performance/usage of libraries are consistent across all builds that don't set SKIP_ABI_CHECKS. This CL optionally includes the afdo_profiles if available so that afdo is on all products by default. Ignore-AOSP-First: The topic has internal-only CLs Test: CI Bug: 276672785 Change-Id: I2cc51412de141c4e6ad69f49cef378121e0b3b87 Merged-In: I2cc51412de141c4e6ad69f49cef378121e0b3b87
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.