Merge "Fix typo in MODULE_BUILD_FROM_SOURCE variable." am: 37e6196c4e

Original change: https://android-review.googlesource.com/c/platform/build/+/1768425

Change-Id: I189e4d71d3265f1abd752a32b231d01a559de8f7
This commit is contained in:
Treehugger Robot
2021-07-20 11:43:04 +00:00
committed by Automerger Merge Worker

View File

@@ -43,7 +43,7 @@ else ifeq (,$(filter-out modules_% mainline_modules_%,$(TARGET_PRODUCT)))
# Always build from source for the module targets. This ought to be covered by # 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. # the TARGET_BUILD_APPS check above, but there are test builds that don't set it.
SOONG_CONFIG_art_module_source_build := true 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. # Build from source if other Mainline modules are.
SOONG_CONFIG_art_module_source_build := true SOONG_CONFIG_art_module_source_build := true
else ifneq (,$(filter true,$(NATIVE_COVERAGE) $(CLANG_COVERAGE))) else ifneq (,$(filter true,$(NATIVE_COVERAGE) $(CLANG_COVERAGE)))