commit | 0d3c15c2aed9ec5856395b447ca914e2a642eb2f | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Apr 25 12:41:44 2023 -0700 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed May 17 16:14:05 2023 +0000 |
tree | 6f2c50cdb78a496584b0b78b2f17dbf11355ea0e | |
parent | e4783d4b7a5e15f10e99a6042bd85010d3dd992a [diff] |
Add --max_threads to OTA generation Adding an option to configure max number of threads used during ota_from_target_files Bug: 277794445 Test: tested ota_from_target_files (cherry picked from https://android-review.googlesource.com/q/commit:a30989bafa820faf24eca7e11e48f8f122d7991f) Merged-In: I9bae92ee43c21926434ab04563a2b4f0678b73eb Change-Id: I9bae92ee43c21926434ab04563a2b4f0678b73eb this patch is necessary for partner to improve OTA generation b/277794445
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.