Lines Matching refs:headers
40 "This script is used to import the NDK-exposed system libraries and headers from
70 3/ Copy system headers from \$ANDROID/framework/base/ and other
245 # $2+: List of headers
251 log "Copying system headers from: $srcdir"
269 # Copy all headers found under $1
273 local headers=$(list_regular_files_in "$1")
274 copy_system_headers $1 $headers
279 # $2+: List of headers
304 local headers=$(list_regular_files_in "$1")
305 copy_arch_system_headers $1 $headers
310 local headers=$(list_regular_files_in "$1" asm)
311 copy_arch_system_headers $1 $headers
358 # NOTE: We do not copy the C++ headers, they are part of the NDK
360 # of the platform headers in order to make room for other STL