commit | a2f98515215b30eee407d2bbb470c6fae4452037 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Aug 09 14:40:58 2024 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Aug 09 14:40:58 2024 +0900 |
tree | c43ed00c4dee9fab1b9131ffecae6f2023af1179 | |
parent | b3984cac8418a58bb5a3bdbb806f28d286f14817 [diff] |
Remove setting init.userspace_reboot.is_supported Userspace reboot is deprecated. Bug: 292469129 Test: build cuttlefish. Test: adb shell getprop init.userspace_reboot.is_supported Change-Id: I51ded79d3ae3df5363e6a7c9d1c5dcd06163f78e
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.