Lines Matching defs:add

489 define add-dependency
1098 # $(3): name of a variable to add the path to the generated source file to
1111 # $(3): name of a variable to add the path to the generated source file to
1136 # $(3): name of a variable to add the path to the generated source file to
1571 # try to add to an existing archive.
1617 # try to add to an existing archive.
1705 # On Darwin the host ar fails if there is nothing to add to .a at all.
1722 # try to add to an existing archive.
1821 TARGET_STRIP_EXTRA = && $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$< $@
1822 TARGET_STRIP_KEEP_SYMBOLS_EXTRA = --add-gnu-debuglink=$<
1846 $(PRIVATE_OBJCOPY) --add-section .gnu_debugdata=$@.mini_debuginfo.xz $@; \
1914 ## so we add -static only if -shared is not used.
2042 # Also copy them to a central 'R' directory to make it easier to add the files to an IDE.
2090 # add .flat extension.
2250 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@))
2290 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2480 $(hide) $(call add-java-resources-to,$@.res.tmp.zip)
2568 # Create a mostly-empty .jar file that we'll add to later.
2580 # Create a mostly-empty .jar file that we'll add to later.
2607 define add-assets-to-package
2644 define add-jni-shared-libs-to-package
2655 define add-dex-to-package
2656 $(call add-dex-to-package-arg,$@)
2660 define add-dex-to-package-arg
2667 define add-java-resources-to
2675 define add-carried-jack-resources
2970 # Copy a radio image file to the output location, and add it to
2973 define add-radio-file
2974 $(eval $(call add-radio-file-internal,$(1),$(notdir $(1))))
2976 define add-radio-file-internal
2982 # Version of add-radio-file that also arranges for the version of the
2987 define add-radio-file-checked
2988 $(eval $(call add-radio-file-checked-internal,$(1),$(notdir $(1)),$(2)))
2990 define add-radio-file-checked-internal