Merge "Use xmllint built from source" am: 063e6b2939
am: 41d79327cd
am: 993655b8bf
Change-Id: I182feaff6e3db997407affd5520f57b421b8e433
This commit is contained in:
@@ -589,6 +589,7 @@ MAKEPARALLEL := $(prebuilt_build_tools_bin)/makeparallel
|
|||||||
SOONG_JAVAC_WRAPPER := $(SOONG_HOST_OUT_EXECUTABLES)/soong_javac_wrapper
|
SOONG_JAVAC_WRAPPER := $(SOONG_HOST_OUT_EXECUTABLES)/soong_javac_wrapper
|
||||||
SOONG_ZIP := $(SOONG_HOST_OUT_EXECUTABLES)/soong_zip
|
SOONG_ZIP := $(SOONG_HOST_OUT_EXECUTABLES)/soong_zip
|
||||||
MERGE_ZIPS := $(SOONG_HOST_OUT_EXECUTABLES)/merge_zips
|
MERGE_ZIPS := $(SOONG_HOST_OUT_EXECUTABLES)/merge_zips
|
||||||
|
XMLLINT := $(SOONG_HOST_OUT_EXECUTABLES)/xmllint
|
||||||
ZIP2ZIP := $(SOONG_HOST_OUT_EXECUTABLES)/zip2zip
|
ZIP2ZIP := $(SOONG_HOST_OUT_EXECUTABLES)/zip2zip
|
||||||
ZIPTIME := $(prebuilt_build_tools_bin)/ziptime
|
ZIPTIME := $(prebuilt_build_tools_bin)/ziptime
|
||||||
|
|
||||||
|
@@ -2686,9 +2686,9 @@ endef
|
|||||||
# $(1): source file
|
# $(1): source file
|
||||||
# $(2): destination file, must end with .xml.
|
# $(2): destination file, must end with .xml.
|
||||||
define copy-xml-file-checked
|
define copy-xml-file-checked
|
||||||
$(2): $(1)
|
$(2): $(1) $(XMLLINT)
|
||||||
@echo "Copy xml: $$@"
|
@echo "Copy xml: $$@"
|
||||||
$(hide) xmllint $$< >/dev/null # Don't print the xml file to stdout.
|
$(hide) $(XMLLINT) $$< >/dev/null # Don't print the xml file to stdout.
|
||||||
$$(copy-file-to-target)
|
$$(copy-file-to-target)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user