commit | a276477e0bcae7e3420703acd442783e3b029ede | [log] [tgz] |
---|---|---|
author | Nick Chalko <[email protected]> | Wed Dec 18 16:07:06 2024 -0800 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Dec 22 21:00:06 2024 -0800 |
tree | 04e57669883804f7f50df472c5ae98fd4c8d5099 | |
parent | d2ced9170202a3852a076b78b92083f43edad848 [diff] |
Add applied_backported_fixes to the system properties. Test: m && tail ${OUT}/system/build.prop Bug: 383381815 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:59ed2e6fe930d6cdfbd739db936c770bea5d0086) Merged-In: Iacfdde431609516868a12b1f4d3bd204ec7ab6f3 Change-Id: Iacfdde431609516868a12b1f4d3bd204ec7ab6f3
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.