commit | 2aec759e116054093ce9b8a90c1217db2d816343 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Wed Apr 10 15:27:21 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 10 15:27:21 2024 +0000 |
tree | 19c3e733a849d4f8197cc859d60487d7a8c6f3c5 | |
parent | 451350e7d80902b8f21dc4157d488e450f489f1b [diff] | |
parent | ba67028405cdd4c02da7e0682fe528ec97210de0 [diff] |
Merge "aconfig: return stored flag type enum as a part of flag offset info" into main am: ba67028405 Original change: https://android-review.googlesource.com/c/platform/build/+/3031563 Change-Id: I933dc158f20530c2ff03d29ede80ff30b8e0e48b 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.