commit | 1f470bee35900225b0d752f14e3a5b5e55f12f3f | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Dec 10 21:00:36 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 10 21:00:36 2024 +0000 |
tree | cda264465bdd714b9f0c7b797aa69cdd26560706 | |
parent | 1b699126b0368c450a3a79dcd53d815f6a3f8ac7 [diff] | |
parent | f2ad0e96cdc59f821751b1e2066b3845228a6250 [diff] |
Merge "Revert "Remove unassigned event log tags feature"" into main am: f2ad0e96cd Original change: https://android-review.googlesource.com/c/platform/build/+/3403200 Change-Id: Id403f493aa011e9833148da7093b99dc5844dcb4 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.