commit | 12bcfd6b0b67192d98329d85c3a34aba3f9330f1 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Apr 01 20:32:54 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 01 20:32:54 2024 +0000 |
tree | 0ad194da09b304b91a1468a56fba5f2e79f57d5a | |
parent | a56129ed0440a8e0f410d26b10b3e5d5dfa25d6a [diff] | |
parent | cd381f5d6407bc6ac6a1f43c9a97659016ab6038 [diff] |
Merge "aconfig: use an enum to represetn flag type" into main am: cd381f5d64 Original change: https://android-review.googlesource.com/c/platform/build/+/3020146 Change-Id: I52215a57d0f04807d71cd39cf40e861a98db1ab8 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.