aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2021-07-01 14:57:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-01 14:57:38 +0000
commitb832fba84c841bc32f98d60d23b771d23d57c1a7 (patch)
tree65f80207335483b46acc604ce389e162b0ad4a72
parent46fb33d93a91e045f8fca10405c6cbc79474c9e5 (diff)
parentefab03ff61297fadb303170fdf728e3324bfde2f (diff)
downloadbuild-b832fba84c841bc32f98d60d23b771d23d57c1a7.tar.gz
Merge "Use prebuilts of the ART Module by default." 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 04a055dca8..41cf7b660b 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -61,7 +61,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