From 84b8ab1756ed262a094906516962862a08f717fb Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Thu, 21 Oct 2021 16:49:32 +0000 Subject: [PATCH] Revert "Remove UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true setting." This reverts commit 4927b9431a28e31a303a9f804fc5e0ef55b1a3ac. Reason for revert: DroidMonitor: Potential culprit for Bug 203782007 - verifying through Forrest before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: Icdaec49345ef916f2e8e06b14dffea8608375d53 --- build/build_unbundled_mainline_module.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/build_unbundled_mainline_module.sh b/build/build_unbundled_mainline_module.sh index 6c77592..3c7d78b 100755 --- a/build/build_unbundled_mainline_module.sh +++ b/build/build_unbundled_mainline_module.sh @@ -118,10 +118,8 @@ function init() { # This script cannot handle compressed apexes declare -grx OVERRIDE_PRODUCT_COMPRESSED_APEX=false - - # 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). + # Unset to build using PreBuilt SDK. + declare -grx UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true } function main() {