commit | ccb4651a443e0ecaf8c165cfef8bbf1fe5c4ccb2 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Dec 11 22:39:17 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 22:39:17 2024 -0800 |
tree | e9ab86ffee69bdf5d21ce764c3526650bd91b799 | |
parent | 296ffa172075a1a12b3b23d71186685cee80b93f [diff] | |
parent | 31ae39696359deda61dc21943c558be7d449d472 [diff] |
Merge "Revert^7 "Rename build/make/target/board/Android.mk to android-info.mk and include it in main.mk directly"" into main am: 31ae396963 Original change: https://android-review.googlesource.com/c/platform/build/+/3407461 Change-Id: I79ef07694e40f4be669c9143ea774bedef1c62e4 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.