Merge "Don't use mainline prebuilts for coverage builds." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-07-22 16:37:03 +00:00
committed by Android (Google) Code Review

View File

@@ -122,6 +122,9 @@ ifeq (true,$(EMMA_INSTRUMENT))
ifndef SKIP_BOOT_JARS_CHECK ifndef SKIP_BOOT_JARS_CHECK
SKIP_BOOT_JARS_CHECK := true SKIP_BOOT_JARS_CHECK := true
endif endif
# Mainline modules prebuilts do support coverage. Build them from source.
# See b/159241638
MODULE_BUILD_FROM_SOURCE := true
endif endif
ifdef TARGET_ARCH_SUITE ifdef TARGET_ARCH_SUITE