commit | a87914124ff04727786e919dcc565b3bbaef442d | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Thu Dec 21 02:27:49 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 21 02:27:49 2023 +0000 |
tree | fa67a94a8c942150c89648718ed0ed1e8dcd1570 | |
parent | 691c8e3615d3f92b1a23fe8d8771cf571e82b809 [diff] | |
parent | 8d9d92eb5b265cdbbd91b1bcd1c229420fe20f4f [diff] |
Merge "aconfig: add whole table serialization test" into main am: 6376ecee75 am: 6ffdf370bd am: 8d9d92eb5b Original change: https://android-review.googlesource.com/c/platform/build/+/2886287 Change-Id: I841943fd39a28ebdf730a6b9036e42843957f34d 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.