From 1edaca1af74db8db79706d80e94f9b1e12cdbfe4 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 18 Sep 2018 10:22:54 -0700 Subject: [PATCH] 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 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index da961f28dc..79934aa956 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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) > $@