commit | 0cbf8adcdcb6a2d20fb0792170cd1a246e7ee39a | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri Nov 08 03:06:42 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 08 03:06:42 2024 +0000 |
tree | 3887fac77f7e2830987df189160112b692717528 | |
parent | 8cce56672e88a9f4d864ae64d728a8574f83e6b7 [diff] |
Revert^2 "Rename build/make/target/board/Android.mk to android-info.mk and include it in main.mk directly" This reverts commit 8cce56672e88a9f4d864ae64d728a8574f83e6b7. Reason for revert: not the root cause of the breakage. Change-Id: I1df23198fd5956454f01b47d0e8e313de151416a
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.