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

Commit 1edaca1a authored by Tao Bao's avatar Tao Bao
Browse files

Add a missing closing quote in INSTALLED_RECOVERY_BUILD_PROP_TARGET.

Missing that doesn't seem to affect correctness, but it upsets the
syntax parsing in my editor.

Test: `m -j out/target/product/marlin/recovery/root/prop.default` with
      aosp_marlin-userdebug.
Change-Id: I272f6a6e4fe67b3ef316aa38896a0df0b42228d0
parent c55b4235
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) > $@