Merge "Fix typo." am: 0361b625f2

Original change: https://android-review.googlesource.com/c/platform/build/+/1784570

Change-Id: I7908bbf85c4d7a44e5a8d8222a6f5ad354eeb0a2
This commit is contained in:
Mathew Inwood
2021-08-03 09:53:08 +00:00
committed by Automerger Merge Worker

View File

@@ -120,7 +120,7 @@ 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.
# Mainline modules prebuilts do not support coverage. Build them from source.
# See b/159241638
MODULE_BUILD_FROM_SOURCE := true
endif