commit | 9836b84f99d35e29ad5f915208a1ceb47a91379a | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Jan 29 22:15:14 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 29 22:15:14 2024 +0000 |
tree | a4d0b1c0c59c42f9e6d5281abb5038b5e125eb4f | |
parent | ec140a0c93059d99e27461566e70b588a9699d02 [diff] | |
parent | 85addbc93a88d13f2f4e546abe0921e1cee14037 [diff] |
Merge "aconfig: add flag value query pub function" into main am: f39e4a2273 am: 85addbc93a Original change: https://android-review.googlesource.com/c/platform/build/+/2932353 Change-Id: Ib7a50137984674eed87f90d763c94809b0b5d361 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.