Fix typo in droidcore-unbundled.

Test: manual inspection.
Change-Id: Ie63d08acff0b9accfafd906a43bd18cbef5471a3
This commit is contained in:
Bill Peckham
2021-06-16 14:57:36 -07:00
parent b3b29d323c
commit 4a3069b161

View File

@@ -5434,7 +5434,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-unbundeld apps_only,$(PROFDATA_ZIP))
$(call dist-for-goals,droidcore-unbundled apps_only,$(PROFDATA_ZIP))
endif
# -----------------------------------------------------------------