commit | 07a79235798c369752b3f003be7326e219f992b8 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Tue Dec 10 20:20:59 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 10 20:21:02 2024 +0000 |
tree | bc953ac57d6aa2eb5e7036e6f8cb449dbf4c0065 | |
parent | 6ec582160b118a85d6752186cff7468052f23bb5 [diff] |
Revert "Remove unassigned event log tags feature" Revert submission 3400623-remove_unassigned_event_log_tags Reason for revert: Droidmonitor created revert due to b/383362497. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3400623-remove_unassigned_event_log_tags Change-Id: I2f65b8327c1fc43f248685d8fe83bcb94f8e4bf4
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.