summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2020-09-17 21:56:55 -0700
committerBill Yi <byi@google.com>2020-09-17 21:56:55 -0700
commitcf9e7f1929e4bf76350c47450aaaefdb95bf1e4c (patch)
tree4f1edbbf76cece832ec81444a714c2fd307c9acc
parent281affb8a8b24a8a66fcebbee84f2900538ebb2b (diff)
parent2cf5fae4cd30f2106ca27e6a670fa41eb4325501 (diff)
Merge mainline-release 6664920 to master - DO NOT MERGE
Merged-In: I4bbc4aca7e21839ac5afd59cc3a13bf102138dd0 Change-Id: If6a82875aafd5d9d92763042e96b6f186efce004
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 3030832cd2..fcc89b7f9f 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -4879,7 +4879,7 @@ ifeq (true,$(CLANG_COVERAGE))
$(PROFDATA_ZIP): $(SOONG_ZIP)
$(hide) $(SOONG_ZIP) -d -o $@ -C $(LLVM_PREBUILTS_BASE)/linux-x86/$(LLVM_PREBUILTS_VERSION) -f $(LLVM_PROFDATA) -f $(LIBCXX)
- $(call dist-for-goals,droidcore,$(PROFDATA_ZIP))
+ $(call dist-for-goals,droidcore apps_only,$(PROFDATA_ZIP))
endif
# -----------------------------------------------------------------