commit | 40db731ad4fed42b3aa4be788db62249548518cd | [log] [tgz] |
---|---|---|
author | Vinh Tran <vinhdaitran@google.com> | Thu Apr 20 19:54:03 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 20 19:54:03 2023 +0000 |
tree | 35514e1a5225be81508cab1a10b9f7046bcb4696 | |
parent | c30753213c3e72d3c731083975e2ce9ed4e4e220 [diff] | |
parent | 42b7e605c239ab5564015fba7573d072db3408dd [diff] |
Merge "Split PRODUCT_AFDO_PROFILES into two variables" into tm-qpr-dev-plus-aosp am: 42b7e605c2 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/22603331 Change-Id: I02df3c23795d8a543a1cdff117cd29a40dd21e87 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.