Remove MODULE_BUILD_FROM_SOURCE=true for coverage builds

This flag will be selectively added to build targets if necessary

Bug: 193569756
Test: m nothing
Change-Id: Ie0fd898b03aa91322dddd9137b038031d46c8d24
This commit is contained in:
Spandan Das
2021-08-05 19:35:01 +00:00
parent ec37feb519
commit 289fb6cad0

View File

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