commit | 74114f1e69b38aab019fb599d83b1f9078c22640 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 10 01:23:32 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Sep 17 01:42:32 2020 +0000 |
tree | 596b781c98cf8050ccb354fcbfc89bc441453e4d | |
parent | 59a4a0617084190c362990aa7a32dc13c6a0b9a7 [diff] |
envsetup.sh: add 'syswrite' function This function: - disables verity on the device - reboots the device only if it is needed - remounts partitions on the device Bug: 167697453 Test: syswrite Change-Id: I23c3e88daaa2b334233f4faf7fe8f8244cd56225
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.