aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2021-07-07 12:12:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-07 12:12:33 +0000
commitc9a802862f9ac20e9891a0f0fe481ace8ce4d2ad (patch)
tree59e31315b8abb283653822dcdc1c379efd1a4b7e
parent7e2e4be86c9f32f6bd93fbc9e1489a970f9cdd88 (diff)
parent6a3fd20b35b80de32dd0eb774a9a8f9a59dc068f (diff)
downloadbuild-c9a802862f9ac20e9891a0f0fe481ace8ce4d2ad.tar.gz
Merge "DO NOT MERGE: Use prebuilts of the ART Module by default (reland)." into sc-dev
-rw-r--r--core/android_soong_config_vars.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 43d1aada94..300d94445c 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -59,7 +59,7 @@ else
# This sets the default for building ART APEXes from source rather than
# prebuilts (in packages/modules/ArtPrebuilt and prebuilt/module_sdk/art) in
# all other platform builds.
- SOONG_CONFIG_art_module_source_build ?= true
+ SOONG_CONFIG_art_module_source_build ?= false
endif
# Apex build mode variables