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

Commit 31167aea authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Don't use mainline prebuilts for coverage builds.

Test: TH
Bug: 192556458
Bug: 159241638
Change-Id: Id29e273c1df1fa27a038ebdcff1a17acca58bd46
parent f68bd2db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ ifeq (true,$(EMMA_INSTRUMENT))
ifndef SKIP_BOOT_JARS_CHECK
SKIP_BOOT_JARS_CHECK := true
endif
# Mainline modules prebuilts do support coverage. Build them from source.
# See b/159241638
MODULE_BUILD_FROM_SOURCE := true
endif

ifdef TARGET_ARCH_SUITE