commit | ade48be7acb12517a3a7dafda00b0195218dfe20 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Jun 26 16:54:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 26 16:54:58 2020 +0000 |
tree | f0902d1a11b13affc9b23ac73789d26c451cf4ff | |
parent | bdd4fa534fb2867f205455400debe1594f04e924 [diff] | |
parent | d7dabee7fef3215c8f509d2b0e928fbbbf2fd387 [diff] |
Merge "Rename the boot image for avb validation" into rvc-dev am: d7dabee7fe Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12005766 Change-Id: I3469e1d0c892ed62b91068803c5e9677694b8029
diff --git a/core/Makefile b/core/Makefile index e0e6daa..930af88 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5037,7 +5037,7 @@ $(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 # -----------------------------------------------------------------