commit | 87ab4b5be4cfe017aaf8318d9e46d70f63c8bf9f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Oct 20 21:42:32 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 20 21:42:32 2023 +0000 |
tree | b208b4103c851dee88c4f7b1046061b85cbfc7bd | |
parent | dd1c16eb5990777d3289e4c28191a85de6befeac [diff] | |
parent | 108cc3dc8caf4a6a4a0e42d11938d7f3b2aa59ab [diff] |
Merge "Add special paths for BoardConfig.mk for gf and cf" into main am: 9bfce20efd am: f538091dba am: 108cc3dc8c Original change: https://android-review.googlesource.com/c/platform/build/+/2795597 Change-Id: Ifcdae0f744b9f870522dcd4a131f69475a27863a 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.