Lines Matching full:files
21 # A macro to make rules to copy all newer files in a directory tree matching an
22 # optional find filter and add the files to a list variable for dependencies.
27 # $(3): list variable to append destination files to
39 # Install all the files needed to build the pndk.
46 # (A) Common files used in all versions of the pndk
47 # (B) Common files used in the full versions of the pndk
48 # (C) Files used in the standard pndk (no source files included)
49 # (D) Files used in both the JNI-only and full-with-source version
50 # (E) Files used in just the full-with-source version
61 # libraries that can be packaged with APK files and called from Java code.
102 # Destinations of all common files (not picked up by tree rules below)
111 # Destinations of files used by the full, non-jni-only configurations
116 # Install common files outside common trees
133 # Install common_full files outside common trees
138 # Install files in common trees
146 # Install files common to the full builds but not the JNI build
150 # Install files without sources
154 # Install files including sources
161 # pndk_no_src all files without source
162 # pndk_with_source all files with source
163 # pndk_jni_with_source just files for building JNI shared libraries with source.
165 # Name the tar files
185 # Put the pndk zip files in the distribution directory
190 # zip up tar files
195 # tar up the files without our sources to make the pndk.
228 @echo "pndk_with_src files: $(pndk_with_src_dest_files)"
229 @echo "pndk_full_with_src files: $(pndk_full_with_src_dest_files)"