commit | 331ea28fc89e69e37da14bce83df918a3b149c93 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Jul 02 09:32:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 02 09:32:29 2020 +0000 |
tree | 737e3e7450fa459cb9e20489cdec736e15f05169 | |
parent | 77aeee302f2961934ec7b8491c0657541e9615a8 [diff] | |
parent | e6c24147f0f9acd080e54b07154a38f07ebb7dff [diff] |
Remove vendor/... path checks DO NOT MERGE am: e6c24147f0 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12050570 Change-Id: I9d94018236c891c606f24411e84e033b719b4994
diff --git a/core/Makefile b/core/Makefile index 06cc876..98203d1 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -5051,7 +5051,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 # -----------------------------------------------------------------