commit | fe3d6015910e6273267c39ab070ffed638e09ebd | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Dec 10 19:38:30 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 10 19:38:30 2024 +0000 |
tree | 06df1a6c1aa08373a6a0e890f376f1e43d396135 | |
parent | 48e479cd329531c7e003d8d259af46a05a2aa7d2 [diff] | |
parent | 1f07601d45c0a7c3aab78d57d37c4714ae4918bb [diff] |
Merge "Remove unassigned event log tags feature" into main am: 1f07601d45 Original change: https://android-review.googlesource.com/c/platform/build/+/3400623 Change-Id: Ia2cd84ca80e3085c04728a0cdc8fc18ade7c5bfc 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.