Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d07e1c00 authored by Bill Peckham's avatar Bill Peckham
Browse files

Fix typo in droidcore-unbundled.

Test: manual inspection.
Bug: 191304308
Merged-In: Ie63d08acff0b9accfafd906a43bd18cbef5471a3
Change-Id: Ie63d08acff0b9accfafd906a43bd18cbef5471a3
parent 16da01fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,$(PROFDATA_ZIP))
  $(call dist-for-goals,droidcore-unbundled,$(PROFDATA_ZIP))
endif

# -----------------------------------------------------------------