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

Commit ee61a4be 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

am: a34d06f8

Change-Id: If2b058a2d7918f18e14bfea0be60862363582f2c
parents 6a1f125c a34d06f8
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) > $@