Lines Matching defs:files
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
72 # These files go into the SDK
75 # Files for dalvik. This is often build without building the rest of the OS.
78 # All findbugs xml files
81 # GPL module license files
178 ## Find all of the java files under the named directories.
180 ## SRC_FILES := $(call all-java-files-under,src tests)
183 define all-java-files-under
191 ## Find all of the java files from here. Meant to be used like:
192 ## SRC_FILES := $(call all-subdir-java-files)
195 define all-subdir-java-files
196 $(call all-java-files-under,.)
200 ## Find all of the c files under the named directories.
202 ## SRC_FILES := $(call all-c-files-under,src tests)
205 define all-c-files-under
213 ## Find all of the c files from here. Meant to be used like:
214 ## SRC_FILES := $(call all-subdir-c-files)
217 define all-subdir-c-files
218 $(call all-c-files-under,.)
222 ## Find all files named "I*.aidl" under the named directories,
227 define all-Iaidl-files-under
235 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
238 define all-subdir-Iaidl-files
239 $(call all-Iaidl-files-under,.)
243 ## Find all of the logtags files under the named directories.
245 ## SRC_FILES := $(call all-logtags-files-under,src)
248 define all-logtags-files-under
256 ## Find all of the .proto files under the named directories.
258 ## SRC_FILES := $(call all-proto-files-under,src)
261 define all-proto-files-under
269 ## Find all of the RenderScript files under the named directories.
271 ## SRC_FILES := $(call all-renderscript-files-under,src)
274 define all-renderscript-files-under
282 ## Find all of the S files under the named directories.
284 ## SRC_FILES := $(call all-c-files-under,src tests)
287 define all-S-files-under
295 ## Find all of the html files under the named directories.
297 ## SRC_FILES := $(call all-html-files-under,src tests)
300 define all-html-files-under
308 ## Find all of the html files from here. Meant to be used like:
309 ## SRC_FILES := $(call all-subdir-html-files)
312 define all-subdir-html-files
313 $(call all-html-files-under,.)
317 ## Find all of the files matching pattern
318 ## SRC_FILES := $(call find-subdir-files, <pattern>)
321 define find-subdir-files
326 # find the files in the subdirectory $1 of LOCAL_DIR
327 # matching pattern $2, filtering out files $3
329 # SRC_FILES += $(call find-subdir-subdir-files, \
333 define find-subdir-subdir-files
339 ## Find all of the files matching pattern
340 ## SRC_FILES := $(call all-subdir-java-files)
354 define find-other-java-files
355 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
358 define find-other-html-files
359 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")
363 # Use utility find to find given files in the given subdirs.
371 define find-files-in-subdirs
379 ## Scan through each directory of $(1) looking for files
414 ## The intermediates directory. Where object files go for
464 ## source files directly in the intermediates directory
528 ## into the list of files that are built for those modules.
534 define module-built-files
540 ## into the list of files that are installed for those modules.
546 define module-installed-files
552 ## into the list of files that should be used when linking
560 define module-stubs-files
596 define java-lib-files
626 define jack-lib-files
850 ## Commands for munging the dependency files GCC generates
878 ## Because the extension of c++ files can change, the
1633 ## Commands for running javac to make .class files
1642 # any resource files the first time, only create classes during that stage;
1644 # resource files from the first stage as additional input. My original intent
1648 # This rule creates the R.java and Manifest.java files, both of which
1650 define create-resource-java-files
1713 # For a list of jar files, unzip them to a specified directory,
1714 # but make sure that no META-INF files come along for the ride.
1716 # $(1): files to unzip
1718 define unzip-jar-files
1733 # - below we write the list of java files to java-source-list to avoid argument
1745 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES),$(PRIVATE_CLASS_INTERMEDIATES_DIR))
1796 # Invoke Jack to compile java from source to dex and jack files.
1799 # - below we write the list of java files to java-source-list to avoid argument
1824 $(hide) $(call unzip-jar-files,$@.res.tmp.zip,$@.res.tmp)
1865 $(hide) $(call unzip-jar-files,$<,$@.tmpjill.res)
1878 # Invoke Jack to compile java from source to jack files without shrink or obfuscation.
1881 # - below we write the list of java files to java-source-list to avoid argument
1964 # The MacOS jar tool doesn't like creating empty jar files,
1976 # The MacOS jar tool doesn't like creating empty jar files,
1982 # Copy an arhchive file and delete any class files and empty folders inside.
2112 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
2114 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).dex; \
2117 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
2119 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).lst; \
2135 ## Commands for copying files
2156 # Copies many files.
2157 # $(1): The files to copy. Each entry is a ':' separated src:dst pair
2158 # Evaluates to the list of the dst files (ie suitable for a dependency list)
2159 define copy-many-files
2182 # macro is used to install .a files (among other things).
2209 # comments (for config files and such).
2247 # Copy a list of files/directories to target location, with sub dir structure preserved.
2249 # $(1): the source list of files/directories.
2252 define copy-files-with-structure
2332 # against the files.
2343 ## Define device-specific radio files
2490 # Rules and functions to help copy important files to DIST_DIR