commit | 54101665ee88cca5307679023df2635f26f3f9cb | [log] [tgz] |
---|---|---|
author | Gina Ko <yichunko@google.com> | Tue Mar 26 21:30:56 2024 +0000 |
committer | Gina Ko <yichunko@google.com> | Tue Mar 26 22:45:44 2024 +0000 |
tree | 9cc6806cf3c4df481f7b28dfc92fe8fcd99457ac | |
parent | 6a35810856883cb318793a90114c1b2f7cdb2e42 [diff] |
Revert "Migrate buildinfo.sh script into Soong" Revert submission 3004875-buildinfo_prop_soong Reason for revert: DroidMonitor-triggered revert due to breakage b/331462869 Reverted changes: /q/submissionid:3004875-buildinfo_prop_soong Bug: 331462869 Change-Id: I02b125f10aaba538998dfe3a503ed2021405e8ae
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.