Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 170898b9 authored by Spandan Das's avatar Spandan Das
Browse files

Remove MODULE_BUILD_FROM_SOURCE=true for coverage builds

(This is a cherrypick of aosp/1788549)

This flag will be selectively added to build targets if necessary

Bug: 193569756
Test: m nothing
Merged-In: Ie0fd898b03aa91322dddd9137b038031d46c8d24
Change-Id: Ie0fd898b03aa91322dddd9137b038031d46c8d24
parent 65e3db8e
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -122,9 +122,6 @@ 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