commit | fef8de03abb1733f6569d6dcb40ab7cc47250b31 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Tue Dec 12 22:21:16 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 12 22:21:16 2023 +0000 |
tree | 66e4370ffdd614b5f1719d98c1469d08c1c6cb94 | |
parent | 5d2445d74725cf0eff66df930e4cc3692f2db13c [diff] | |
parent | cab7e07de41e4799bede2636142d2ea0fb533262 [diff] |
Merge "aconfig: fix template bug in exported mode." into main am: a27d46c590 am: cab7e07de4 Original change: https://android-review.googlesource.com/c/platform/build/+/2863216 Change-Id: If56532e0149974788f74502f70ee6ce3fa4ec279 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.