commit | 9210c0c3770dac2fc6c511a0092d5fbd9c634a70 | [log] [tgz] |
---|---|---|
author | Akilesh Kailash <akailash@google.com> | Mon Jan 02 22:20:23 2023 -0800 |
committer | Akilesh Kailash <akailash@google.com> | Wed Jan 18 06:20:37 2023 +0000 |
tree | 6592e30d5333cf955084ec81bc4852b7fef7f1c4 | |
parent | 8a9dffb96e82af3f582eddcdc8842cbba7d72d0b [diff] |
Enable Batch writes for OTA installation. By default set `ro.virtual_ab.compression.threads` it to false. Enabling this will improve OTA install time at the cost of one more CPU. Bug: 254188450 Test: OTA on Pixel Change-Id: Idf1fa950a5fc394f0d783d80c84045295185fb85 Signed-off-by: Akilesh Kailash <akailash@google.com>
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.