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

/build/core/
H A Ddistdir.mk37 define copy-one-dist-file
47 # copy-one-dist-file to avoid multiple rules for the same target.
66 $(eval $(call copy-one-dist-file,\
H A Ddex_preopt.mk57 # Define dexpreopt-one-file based on current default runtime.
61 define dexpreopt-one-file
62 $(call dexopt-one-file,$(1),$(2))
68 define dexpreopt-one-file
69 $(call dex2oat-one-file,$(1),$(2))
H A Ddex_preopt_libdvm.mk29 define dexopt-one-file
54 $$(call dexopt-one-file,$$(PRIVATE_DBJ_JAR),$$@)
H A Ddex_preopt_libart.mk82 define dex2oat-one-file
H A Ddefinitions.mk381 ## a given directory or one of its parents contains
606 ## $(1): the string. Must be one line.
1463 # assets. This should be changed to do one of two things: (1) Don't generate
1844 define copy-one-header
1853 define copy-one-file
1867 $(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest))) \
1887 # Copy a single file from one place to another,
1987 ## Stuff source generated from one-off tools
/build/core/tasks/
H A Dfactory_ramdisk.mk37 define install-one-factory-ramdisk-module
45 $(eval $(call copy-one-file,$(_iofrm_src),$(_fulldest))) \
57 $(foreach d,$(_fr_dests),$(call install-one-factory-ramdisk-module,$(d),$(_fr_m_built))) \
68 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(TARGET_FACTORY_RAMDISK_OUT)/system/build.prop))

Completed in 2128 milliseconds