Lines Matching refs:headers
50 "This script is used to update the NDK's platform headers and system libraries
70 1/ Import system headers from \$ANDROID/framework/base/ and other
417 # $2+: List of headers
423 dump "Copying system headers from: $srcdir"
441 # Copy all headers found under $1
445 local headers=$(list_regular_files_in "$1")
446 copy_system_headers $1 $headers
451 # $2+: List of headers
476 local headers=$(list_regular_files_in "$1")
477 copy_arch_system_headers $1 $headers
482 local headers=$(list_regular_files_in "$1" asm)
483 copy_arch_system_headers $1 $headers
544 # NOTE: We do not copy the C++ headers, they are part of the NDK
546 # of the platform headers in order to make room for other STL