Lines Matching refs:src
384 local src="$ANDROID_PRODUCT_OUT/system/lib/$1.so"
385 if [ ! -f "$src" ] ; then
386 dump "ERROR: Missing system library: $src"
391 generate_shell_library "$src" "$dst"
396 local src="$ANDROID_PRODUCT_OUT/obj/STATIC_LIBRARIES/$1_intermediates/$1.a"
397 if [ ! -f "$src" ] ; then
398 dump "ERROR: Missing system static library: $src"
403 mkdir -p `dirname "$dst"` && cp -f "$src" "$dst"
408 local src="$ANDROID_PRODUCT_OUT/obj/lib/$1.o"
409 if [ ! -f "$src" ] ; then
410 dump "ERROR: Missing system object file: $src"
416 cp -f "$src" "$dst"
430 local src="$srcdir/$header"
436 mkdir -p `dirname "$dst"` && cp -f "$src" "$dst"
438 dump "ERROR: Could not copy system header: $src"
463 local src="$srcdir/$header"
469 mkdir -p `dirname "$dst"` && cp -f "$src" "$dst"
471 dump "ERROR: Could not copy $ARCH system header: $src"