Searched defs:xml (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Ddefinitions.mk78 # All findbugs xml files
1176 ## Commands for generating DBus adaptors from .dbus-xml files.
1188 ## Commands for generating DBus proxies from .dbus-xml files.
1196 $(filter %.dbus-xml,$^)
1921 # values-[config]/<file>.xml -> values-[config]_<file>.arsc.flat;
1929 $(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
2246 $(hide) $(DEXDUMP) -l xml $$(PRIVATE_INPUT_DEX_FILES) > $$@.tmp
2571 # Copy the file only if it's a well-formed xml file. For use via $(eval).
2573 # $(2): destination file, must end with .xml.
2574 define copy-xml
[all...]

Completed in 7 milliseconds