commit | f9637be72b7ea3ef2b5bd138ca65816ad2018b11 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Tue Mar 05 23:57:54 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 05 23:57:54 2024 +0000 |
tree | bb63bc841b54100e9b6dc37a09b44772df64ca76 | |
parent | dd8165e85e907c288183c2d643a5a2a5b7274ca1 [diff] | |
parent | 68d7013eb055ed5d0c6338381c89f50a2b75b956 [diff] |
Merge "aflags: add initial enable and disable commands" into main am: ee09882e54 am: 68d7013eb0 Original change: https://android-review.googlesource.com/c/platform/build/+/2986374 Change-Id: I5b64339415a2cb6f67a1b48e5e0783e8e8e76a09 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.