Merge "Remove UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true setting." am: 86b437d2e9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1862861

Change-Id: I0ca6f20d7e0450cff99162d32aeb44f6695db02e
This commit is contained in:
Martin Stjernholm
2021-10-21 15:26:16 +00:00
committed by Automerger Merge Worker

View File

@@ -118,8 +118,10 @@ function init() {
# This script cannot handle compressed apexes # This script cannot handle compressed apexes
declare -grx OVERRIDE_PRODUCT_COMPRESSED_APEX=false declare -grx OVERRIDE_PRODUCT_COMPRESSED_APEX=false
# Unset to build using PreBuilt SDK.
declare -grx UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true # UNBUNDLED_BUILD_SDKS_FROM_SOURCE defaults to false, which is necessary to
# use prebuilt SDKs on thin branches that may not have the sources (e.g.
# frameworks/base).
} }
function main() { function main() {