Merge "Don't use prebuilt modules for sanitizer builds." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
34828f27c7
@@ -52,6 +52,7 @@ else ifneq (,$(filter true,$(NATIVE_COVERAGE) $(CLANG_COVERAGE)))
|
|||||||
else ifneq (,$(SANITIZE_TARGET)$(SANITIZE_HOST))
|
else ifneq (,$(SANITIZE_TARGET)$(SANITIZE_HOST))
|
||||||
# Prebuilts aren't built with sanitizers either.
|
# Prebuilts aren't built with sanitizers either.
|
||||||
SOONG_CONFIG_art_module_source_build := true
|
SOONG_CONFIG_art_module_source_build := true
|
||||||
|
MODULE_BUILD_FROM_SOURCE := true
|
||||||
else ifneq (,$(PRODUCT_FUCHSIA))
|
else ifneq (,$(PRODUCT_FUCHSIA))
|
||||||
# Fuchsia picks out ART internal packages that aren't available in the
|
# Fuchsia picks out ART internal packages that aren't available in the
|
||||||
# prebuilt.
|
# prebuilt.
|
||||||
|
Reference in New Issue
Block a user