commit | 5e294a92bfd6f164fb74b08c421998171d9d74fb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 24 04:09:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 24 04:09:42 2022 +0000 |
tree | 4532cd049b8f1d95b250d84c9af18c3cf2cd318b | |
parent | 70c11407ed608a246bd00f6f2b28faf3a96f1b4c [diff] | |
parent | 477b8e05616f3051f73dff7703acfae1477b7e15 [diff] |
Merge "Revert "Rename init_boot properties to ro.init_boot.*"" am: 477b8e0561 Original change: https://android-review.googlesource.com/c/platform/build/+/2039666 Change-Id: I716d9c2409869f598673825564cb14dab41e044d
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.