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
 
 # -----------------------------------------------------------------