commit | 22eb25791afb0236ee4b9ad17653f851efff4053 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 24 05:02:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 24 05:02:38 2022 +0000 |
tree | 0b9d3d86ff9317d6f4575de860ad9f06e1d10c38 | |
parent | 63a21c9d3da53beb18d0c1ea24d30822dcaedc3f [diff] | |
parent | 7895babcadecb04a4bb6f34f32739e83c9dc4d73 [diff] |
Merge "Revert "Rename init_boot properties to ro.init_boot.*"" am: 477b8e0561 am: 5e294a92bf am: 7895babcad Original change: https://android-review.googlesource.com/c/platform/build/+/2039666 Change-Id: Ife828081d6040819614cd26a83a20cccbf709a2a
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.