commit | e4a7c0b61753561456e99ae481a858852c039e56 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jul 13 03:35:39 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 13 03:35:39 2023 +0000 |
tree | 6e975e4bdf57f369d148d2aa13c3739a6c8b7571 | |
parent | 4efaa943714c8fa4099ce0297997be7c975f4cb2 [diff] | |
parent | 9894a2b449dd5aa6a92c0951243775a9be931d03 [diff] |
Merge changes I16be0dcb,I4656d43d,I52b831df into main am: b51bc1c77e am: 18485d30c4 am: 11f325c716 am: 9894a2b449 Original change: https://android-review.googlesource.com/c/platform/build/+/2646667 Change-Id: I4d15f1299d3d860b9d75f2b2ea64943d2c95e4b6 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.