commit | 9a046515db8d1d73bc1b84dfc5d3703bfaa6aefd | [log] [tgz] |
---|---|---|
author | Pechetty Sravani (xWF) <pechetty@google.com> | Thu Jul 25 09:21:09 2024 +0000 |
committer | Pechetty Sravani (xWF) <pechetty@google.com> | Thu Jul 25 09:21:09 2024 +0000 |
tree | 10f8ba4c5e8f344f186540bc3c4d26916b2abe9d | |
parent | 70e8a1233cc1b77615d2b4eab331502344987b03 [diff] |
Revert "Revert^2 "Add more variables for system/build.prop migra..." Revert submission 3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR Reason for revert: Droidmonitor created revert due to b/355379515. Will be verifying through ABTD before submission. Reverted changes: /q/submissionid:3195644-revert-3195637-revert-3184480-system_build_prop_soong-BZIDUTEOOC-KRUETCBWUR Change-Id: Idaad375a3a34252b85169ee37ac97f1b02670cea
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.