aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-12-10 18:59:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-12-10 18:59:39 +0000
commitdf8b9c17b0593c3d7b4732ef1949a1a627caf78c (patch)
treefcc9cdc6d3db74f7aee4309ca85c9960f137fac5
parent806d08f61d4b6c9246c084fb4a0a714731569c74 (diff)
parentbef0d6d710bb31e8cabd9c8b22c5cbd7f926e13c (diff)
downloadbuild-df8b9c17b0593c3d7b4732ef1949a1a627caf78c.tar.gz
Merge "Use prebuilts of the ART Module by default in SC branches." into sc-v2-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 1b4aeb558e..2e33998be5 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -83,7 +83,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