Searched refs:add (Results 1 - 25 of 90) sorted by relevance

1234

/build/core/
H A Dcleanspec.mk19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
32 # a file or delete some intermediate files, add a clean step to the end
37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
38 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
47 # the command and add it to the bottom of the list. E.g., if a change
50 # touch step and add it to the end of the list.
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
60 #$(call add
[all...]
H A Ddpi_specific_apk.mk55 $(add-assets-to-package)
57 $(add-jni-shared-libs-to-package)
60 # We don't build jar, need to add the Java resources here.
61 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@))
63 $(add-dex-to-package)
H A Ddistdir.mk43 # $(2): the dist files to add to those goals. If the file contains ':',
54 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
H A Dsoong_java_prebuilt.mk38 $(call add-dependency,$(common_javalib.jar),\
49 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_res_package))
61 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_proguard_flags))
65 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_static_library_extra_packages))
83 $(eval $(call add-dependency,$(common_javalib.jar),$(full_classes_jar) $(full_classes_header_jar)))
113 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar) $(full_classes_header_jar)))
H A Dsoong_app_prebuilt.mk26 $(call add-dependency,$(LOCAL_BUILT_MODULE),\
33 $(call add-dependency,$(LOCAL_BUILT_MODULE),\
58 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(resource_export_package))
H A Ddumpvar.mk3 # what to add to the path given the config we have chosen.
H A Dgenerate_enforce_rro.mk27 LOCAL_AAPT_FLAGS += --auto-add-overlay
H A Dpackage_internal.mk278 # Only add jacocoagent if the package contains some java code
288 # Only add jacocoagent if the package contains some java code
314 LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.databinding.library
390 # 'R' directory to make it easier to add the files to an IDE.
412 # add-assets-to-package looks at PRODUCT_AAPT_CONFIG, but this target
420 $(add-assets-to-package)
613 $(add-assets-to-package)
616 $(add-jni-shared-libs-to-package)
619 # We don't build jar, need to add the Java resources here.
620 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add
[all...]
/build/make/core/
H A Dcleanspec.mk19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
32 # a file or delete some intermediate files, add a clean step to the end
37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
38 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
47 # the command and add it to the bottom of the list. E.g., if a change
50 # touch step and add it to the end of the list.
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
60 #$(call add
[all...]
H A Ddpi_specific_apk.mk55 $(add-assets-to-package)
57 $(add-jni-shared-libs-to-package)
60 # We don't build jar, need to add the Java resources here.
61 $(if $(PRIVATE_EXTRA_JAR_ARGS),$(call add-java-resources-to,$@))
63 $(add-dex-to-package)
H A Ddistdir.mk43 # $(2): the dist files to add to those goals. If the file contains ':',
54 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
H A Dsoong_java_prebuilt.mk38 $(call add-dependency,$(common_javalib.jar),\
49 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_res_package))
61 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_proguard_flags))
65 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_static_library_extra_packages))
83 $(eval $(call add-dependency,$(common_javalib.jar),$(full_classes_jar) $(full_classes_header_jar)))
113 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar) $(full_classes_header_jar)))
H A Dsoong_app_prebuilt.mk26 $(call add-dependency,$(LOCAL_BUILT_MODULE),\
33 $(call add-dependency,$(LOCAL_BUILT_MODULE),\
58 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(resource_export_package))
H A Ddumpvar.mk3 # what to add to the path given the config we have chosen.
H A Dgenerate_enforce_rro.mk27 LOCAL_AAPT_FLAGS += --auto-add-overlay
/build/kati/testcase/
H A Dorigin.mk19 # TODO: Also add more tests especially for += and ?=
/build/make/tools/
H A Dfilter-product-graph.py17 result.add(inc)
20 result.add(d[0])
H A Dparsedeps.py16 def add(self, prereq): member in class:Dependency
17 self.prereqs.add(prereq)
26 def add(self, tgt, prereq): member in class:Dependencies
35 t.add(p)
106 deps.add(tgt, prereq)
/build/tools/
H A Dfilter-product-graph.py17 result.add(inc)
20 result.add(d[0])
H A Dparsedeps.py16 def add(self, prereq): member in class:Dependency
17 self.prereqs.add(prereq)
26 def add(self, tgt, prereq): member in class:Dependencies
35 t.add(p)
106 deps.add(tgt, prereq)
/build/make/tools/zipalign/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, function in class:android::ZipFile
83 return add(fileName, fileName, compressionMethod, ppEntry);
85 status_t add(const char* fileName, const char* storageName, function in class:android::ZipFile
97 status_t add(const void* data, size_t size, const char* storageName, function in class:android::ZipFile
111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
217 /* common handler for all "add" functions */
/build/tools/zipalign/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, function in class:android::ZipFile
83 return add(fileName, fileName, compressionMethod, ppEntry);
85 status_t add(const char* fileName, const char* storageName, function in class:android::ZipFile
97 status_t add(const void* data, size_t size, const char* storageName, function in class:android::ZipFile
111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
217 /* common handler for all "add" functions */
/build/soong/scripts/
H A Dstrip.sh27 # --add-gnu-debuglink
37 --add-gnu-debuglink Add a gnu-debuglink section to out-file
63 "${CROSS_COMPILE}objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile}.tmp"
70 "${CROSS_COMPILE}objcopy" --add-gnu-debuglink="${infile}" "${outfile}.tmp"
82 add-gnu-debuglink) add_gnu_debuglink=true ;;
111 echo "--add-gnu-debuglink cannot be used with --keep-mini-debug-info"
/build/make/target/product/
H A Dbase.mk175 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
180 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
185 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
/build/target/product/
H A Dbase.mk175 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
180 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
185 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\

Completed in 561 milliseconds

1234