From 7b634d345dcc410922660823dfeeae7226748021 Mon Sep 17 00:00:00 2001 From: Jaewoong Jung Date: Fri, 23 Oct 2020 14:02:16 -0700 Subject: [PATCH] Remove duplicate quotation marks in apkcerts list. Fixes: 160845661 Test: Modify dialer cert string && m apkcerts-list Change-Id: I9da8dd70185057b2e13793dd14387223dc29b052 --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 5f6223486..8ca00ed82 100644 --- a/core/Makefile +++ b/core/Makefile @@ -445,7 +445,7 @@ $(APKCERTS_FILE): $(if $(PACKAGES.$(p).APKCERTS_FILE),\ $(call _apkcerts_merge,$(PACKAGES.$(p).APKCERTS_FILE), $@),\ $(if $(PACKAGES.$(p).EXTERNAL_KEY),\ - $(call _apkcerts_write_line,$(PACKAGES.$(p).STEM),"EXTERNAL","",$(PACKAGES.$(p).COMPRESSED),$(PACKAGES.$(p).PARTITION),$@),\ + $(call _apkcerts_write_line,$(PACKAGES.$(p).STEM),EXTERNAL,,$(PACKAGES.$(p).COMPRESSED),$(PACKAGES.$(p).PARTITION),$@),\ $(call _apkcerts_write_line,$(PACKAGES.$(p).STEM),$(PACKAGES.$(p).CERTIFICATE),$(PACKAGES.$(p).PRIVATE_KEY),$(PACKAGES.$(p).COMPRESSED),$(PACKAGES.$(p).PARTITION),$@)))) # In case value of PACKAGES is empty. $(hide) touch $@