commit | 4b9bb421c80d8880ce83ee96fcb68753a6b2db5c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 11 10:58:14 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 11 10:58:14 2023 +0000 |
tree | 4330ea776bb5ba42df0b3bf688d38e44685cf8f7 | |
parent | c71c1e6b39683a0ab1cfe05335ce7efe25501d37 [diff] | |
parent | 6dd3de71fcaf49c05e145ae7c1521ff68c8e791a [diff] |
Merge "Support BOARD_SYSTEM_DLKM_SRC build config" am: fa7113c696 am: 6dd3de71fc Original change: https://android-review.googlesource.com/c/platform/build/+/2411433 Change-Id: I9a502e10075a81694878ed1a61fe63e449d83251 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.