commit | 1530ef5c763958e760895f50348f4bd83be61ed9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Dec 11 00:02:56 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 00:02:56 2024 +0000 |
tree | 23abd2c19a485f0c8e013f758ea94fd67e5354e2 | |
parent | dd61989c2d48e7d5e7ff86d597b6fbd75d003b75 [diff] | |
parent | 7e9a4af075062867c2433d02876ccb61db957954 [diff] |
Merge "Reapply "Remove unassigned event log tags feature"" into main am: 7e9a4af075 Original change: https://android-review.googlesource.com/c/platform/build/+/3403279 Change-Id: I4554391f54c4c10cf3cca85cf31cc13488040fb8 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.