commit | b47ca68f83feddb803befec44e99045f609d64e3 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 04:30:11 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 04:30:11 2024 +0000 |
tree | 68f8a85c61ca33c02c2fb44b641a904df8dc91c1 | |
parent | b4e32abf79a100a727eb72adbc24c25f0bc8c251 [diff] | |
parent | b2113b08ef80fc950a8870824bc34646b1fa410c [diff] |
Merge changes from topic "am-258f4bedd45345c3b5a7f530457db827" into android15-tests-dev am: b2113b08ef Original change: https://android-review.googlesource.com/c/platform/build/+/3364093 Change-Id: If0df0a48e1bccae93d48843438af6a83924491ca 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.