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

Commit a34d06f8 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Add a missing closing quote in INSTALLED_RECOVERY_BUILD_PROP_TARGET."

am: d0a1f01d

Change-Id: I69ccd155b0e1e560c9e0f614836c598972adceca
parents 962f8857 d0a1f01d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1606,7 +1606,7 @@ $(INSTALLED_RECOVERY_BUILD_PROP_TARGET): \
		$(INSTALLED_ODM_BUILD_PROP_TARGET) \
		$(INSTALLED_PRODUCT_BUILD_PROP_TARGET) \
		$(INSTALLED_PRODUCT_SERVICES_BUILD_PROP_TARGET)
	@echo "Target recovery buildinfo: $@
	@echo "Target recovery buildinfo: $@"
	$(hide) mkdir -p $(dir $@)
	$(hide) rm -f $@
	$(hide) cat $(INSTALLED_DEFAULT_PROP_TARGET) > $@