Remove duplicate quotation marks in apkcerts list.
Fixes: 160845661 Test: Modify dialer cert string && m apkcerts-list Change-Id: I9da8dd70185057b2e13793dd14387223dc29b052
This commit is contained in:
parent
e4d4188e4f
commit
7b634d345d
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue