Merge "Fix typo in MODULE_BUILD_FROM_SOURCE variable." into sc-dev
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 69e4679..9673c45 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -41,7 +41,7 @@
   # 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)))