diff options
author | Bill Yi <byi@google.com> | 2020-09-17 21:56:55 -0700 |
---|---|---|
committer | Bill Yi <byi@google.com> | 2020-09-17 21:56:55 -0700 |
commit | cf9e7f1929e4bf76350c47450aaaefdb95bf1e4c (patch) | |
tree | 4f1edbbf76cece832ec81444a714c2fd307c9acc | |
parent | 281affb8a8b24a8a66fcebbee84f2900538ebb2b (diff) | |
parent | 2cf5fae4cd30f2106ca27e6a670fa41eb4325501 (diff) |
Merge mainline-release 6664920 to master - DO NOT MERGE
Merged-In: I4bbc4aca7e21839ac5afd59cc3a13bf102138dd0
Change-Id: If6a82875aafd5d9d92763042e96b6f186efce004
-rw-r--r-- | core/Makefile | 2 |
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 # ----------------------------------------------------------------- |