commit | 509d2f6675fce72acc81b56ad7615f06f3434b6a | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Dec 11 13:13:34 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 11 13:13:34 2024 -0800 |
tree | ee2b713f50f2418d4b0f247adbe50b1e0b362846 | |
parent | 06924ce15756bea313a423add90982273fada857 [diff] |
Revert^7 "Rename build/make/target/board/Android.mk to android-info.mk and include it in main.mk directly" This reverts commit 06924ce15756bea313a423add90982273fada857. Reason for revert: b/381446065 Change-Id: If3230364e8a53743a6f3930128c077a6db61684b
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.