Home | History | Annotate | Download | only in porting

Lines Matching full:files

29   # Build all java files in the java subdirectory
30 LOCAL_SRC_FILES := $(call all-subdir-java-files)
46 # Build all java files in the java subdirectory
47 LOCAL_SRC_FILES := $(call all-subdir-java-files)
60 # Build all java files in the java subdirectory
61 LOCAL_SRC_FILES := $(call all-subdir-java-files)
76 # Build all java files in the java subdirectory
77 LOCAL_SRC_FILES := $(call all-subdir-java-files)
105 # Build all java files in the java subdirectory
106 LOCAL_SRC_FILES := $(call all-subdir-java-files)
119 <p>These are the variables that you'll commonly see in Android.mk files, listed
186 <td valign="top">In Android.mk files that <code>include $(BUILD_PACKAGE)</code> set this
187 to the set of files you want built into your app. Usually:</p>
197 files in. These paths are rooted at the top of the tree. Use
205 <code>LOCAL_C_INCLUDES</code>, instead you should reference those files
237 <td valign="top"><p>The set of files to copy to the install include tree. You must also
257 <td valign="top">If your C++ files end in something other than "<code>.cpp</code>",
260 Note that all C++ files for a given module must have the same
295 <td valign="top"><p>Files that you add to <code>LOCAL_GENERATED_SOURCES</code> will be
499 files to compile -- .cpp .c .y .l .java. For lex and yacc files, it knows
500 how to correctly do the intermediate .h and .c/.cpp files automatically. If
501 the files are in a subdirectory of the one containing the Android.mk, prefix