Merge "aapt2: use clean-path on paths to resource files"
am: ca52cd4b64
Change-Id: Id9be0878060f306e26abce4503f8ab958f675c10
This commit is contained in:
@@ -2114,7 +2114,9 @@ endef
|
|||||||
# $(2): the base dir of the output file path
|
# $(2): the base dir of the output file path
|
||||||
# Returns: the compiled output file path
|
# Returns: the compiled output file path
|
||||||
define aapt2-compiled-resource-out-file
|
define aapt2-compiled-resource-out-file
|
||||||
$(eval _p_w := $(strip $(subst /,$(space),$(dir $(1)))))$(2)/$(subst $(space),/,$(_p_w))_$(if $(filter values%,$(lastword $(_p_w))),$(patsubst %.xml,%.arsc,$(notdir $(1))),$(notdir $(1))).flat
|
$(strip \
|
||||||
|
$(eval _p_w := $(strip $(subst /,$(space),$(dir $(call clean-path,$(1))))))
|
||||||
|
$(2)/$(subst $(space),/,$(_p_w))_$(if $(filter values%,$(lastword $(_p_w))),$(patsubst %.xml,%.arsc,$(notdir $(1))),$(notdir $(1))).flat)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define aapt2-link
|
define aapt2-link
|
||||||
|
Reference in New Issue
Block a user