From 289fb6cad032060bdd2f13ca791c6e4af4ae2fd9 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Thu, 5 Aug 2021 19:35:01 +0000 Subject: [PATCH] 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 --- core/main.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/main.mk b/core/main.mk index 8b759312c6..215b8db044 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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