aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKun Niu <kunniu@google.com>2021-08-11 07:02:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-08-11 07:02:18 +0000
commitbf90be8a654c9a44dc1c63240dcd36129121d611 (patch)
treed4db3c477e228db049071fce6cfb31e5f51aa374
parente135511f4df38956b0fc93fb82674724ea93f7a1 (diff)
parent170898b9e0d2e871ff9efea786714982d188939a (diff)
downloadbuild-bf90be8a654c9a44dc1c63240dcd36129121d611.tar.gz
Merge "Remove MODULE_BUILD_FROM_SOURCE=true for coverage builds" into sc-dev
-rw-r--r--core/main.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/main.mk b/core/main.mk
index cc19544ced..c10a3cc541 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -122,9 +122,6 @@ 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