Home | History | Annotate | Download | only in core

Lines Matching refs: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
161 ## Find all of the java files under the named directories.
163 ## SRC_FILES := $(call all-java-files-under,src tests)
166 define all-java-files-under
174 ## Find all of the java files from here. Meant to be used like:
175 ## SRC_FILES := $(call all-subdir-java-files)
178 define all-subdir-java-files
179 $(call all-java-files-under,.)
183 ## Find all of the c files under the named directories.
185 ## SRC_FILES := $(call all-c-files-under,src tests)
188 define all-c-files-under
196 ## Find all of the c files from here. Meant to be used like:
197 ## SRC_FILES := $(call all-subdir-c-files)
200 define all-subdir-c-files
201 $(call all-c-files-under,.)
205 ## Find all files named "I*.aidl" under the named directories,
210 define all-Iaidl-files-under
218 ## Find all of the "I*.aidl" files under $(LOCAL_PATH).
221 define all-subdir-Iaidl-files
222 $(call all-Iaidl-files-under,.)
226 ## Find all of the logtags files under the named directories.
228 ## SRC_FILES := $(call all-logtags-files-under,src)
231 define all-logtags-files-under
239 ## Find all of the html files under the named directories.
241 ## SRC_FILES := $(call all-html-files-under,src tests)
244 define all-html-files-under
252 ## Find all of the html files from here. Meant to be used like:
253 ## SRC_FILES := $(call all-subdir-html-files)
256 define all-subdir-html-files
257 $(call all-html-files-under,.)
261 ## Find all of the files matching pattern
262 ## SRC_FILES := $(call find-subdir-files, <pattern>)
265 define find-subdir-files
270 # find the files in the subdirectory $1 of LOCAL_DIR
271 # matching pattern $2, filtering out files $3
273 # SRC_FILES += $(call find-subdir-subdir-files, \
277 define find-subdir-subdir-files
283 ## Find all of the files matching pattern
284 ## SRC_FILES := $(call all-subdir-java-files)
298 define find-other-java-files
299 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
302 define find-other-html-files
303 $(call find-subdir-files,$(1) -name "*.html" -and -not -name ".*")
307 ## Scan through each directory of $(1) looking for files
354 ## $(call target class, files ...)
357 define add-prebuilt-files
364 ## The intermediates directory. Where object files go for
428 ## into the list of files that are built for those modules.
434 define module-built-files
440 ## into the list of files that are installed for those modules.
446 define module-installed-files
452 ## into the list of files that should be used when linking
460 define module-stubs-files
502 define java-lib-files
695 ## Commands for munging the dependency files GCC generates
718 ## Because the extension of c++ files can change, the
1204 ## Commands for running javac to make .class files
1213 # any resource files the first time, only create classes during that stage;
1215 # resource files from the first stage as additional input. My original intent
1219 # This rule creates the R.java and Manifest.java files, both of which
1221 define create-resource-java-files
1278 # For a list of jar files, unzip them to a specified directory,
1279 # but make sure that no META-INF files come along for the ride.
1281 # $(1): files to unzip
1283 define unzip-jar-files
1295 # below we write the list of java files to java-source-list to avoid argument
1303 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES), \
1351 # The MacOS jar tool doesn't like creating empty jar files,
1425 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1427 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).dex; \
1430 mkdir -p $(TOP)/dalvik/DEBUG-FILES; \
1432 $(TOP)/dalvik/DEBUG-FILES/$(PRIVATE_MODULE).lst; \
1448 $(call unzip-jar-files,$(PRIVATE_STATIC_JAVA_LIBRARIES), \
1472 # PRIVATE_INTERMEDIATES_DIR is a directory we can use for temporary files
1497 ## Commands for copying files
1522 # macro is used to install .a files (among other things).
1546 # comments (for config files and such).
1709 # against the files.
1721 ## Define device-specific radio files
1794 # Rules and functions to help copy important files to DIST_DIR