commit | 2b2f6685abf7ec082d54071f8478885620efab07 | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Thu Mar 09 23:35:21 2023 -0500 |
committer | Vinh Tran <vinhdaitran@google.com> | Fri Mar 31 17:54:49 2023 -0400 |
tree | 4d5abe842f4a1c2539ae3f4d34f7d814cb91f3e1 | |
parent | 00670e0c0349344b220c5348cb1df246f10e64bd [diff] |
Set PRODUCT_AFDO_PROFILES to AfdoProfiles product var Ignore-AOSP-First: Ignore-AOSP-First: Other CLs in the same topic are internal-only Test: m nothing Bug: 267229065 Change-Id: I2d71daa6af97eeb0050e1084b27b03900d2d75ef Merged-In: I2d71daa6af97eeb0050e1084b27b03900d2d75ef
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.