aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-07-15 18:42:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-15 18:42:02 +0000
commit6f0062ede9db9074a5b64812fcc66f1dcca644fd (patch)
tree4fc2431d8dcc13739c03f15b709a338ca8c45eba
parent82ff8ca90c362f40774d9f42c9c3e511203c80e7 (diff)
parent2d6bfdb30cbf996953c7872877dca3a828a91b70 (diff)
downloadbuild-6f0062ede9db9074a5b64812fcc66f1dcca644fd.tar.gz
Merge "Fix typo in MODULE_BUILD_FROM_SOURCE variable." 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 69e4679466..9673c45c85 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -41,7 +41,7 @@ else ifeq (,$(filter-out modules_% mainline_modules_%,$(TARGET_PRODUCT)))
# Always build from source for the module targets. This ought to be covered by
# the TARGET_BUILD_APPS check above, but there are test builds that don't set it.
SOONG_CONFIG_art_module_source_build := true
-else ifdef MODULES_BUILD_FROM_SOURCE
+else ifdef MODULE_BUILD_FROM_SOURCE
# Build from source if other Mainline modules are.
SOONG_CONFIG_art_module_source_build := true
else ifneq (,$(filter true,$(NATIVE_COVERAGE) $(CLANG_COVERAGE)))