Home
last modified time | relevance | path

Searched refs:PREV_PLATFORM_DST (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dbuild-platforms.sh281 PREV_PLATFORM_DST=
287 if [ -n "$PREV_PLATFORM_DST" ] ; then
289 log "Copying \$DST/$PREV_PLATFORM_DST to \$DST/$PLATFORM_DST"
291 copy_directory "$DSTDIR/$PREV_PLATFORM_DST" "$DSTDIR/$PLATFORM_DST"
293 log "Symlink-copying \$DST/$PREV_PLATFORM_DST to \$DST/$PLATFORM_DST"
294 symlink_src_directory $PREV_PLATFORM_DST $PLATFORM_DST
309 PREV_PLATFORM_DST=$PLATFORM_DST
Dgen-platforms.sh452 PREV_PLATFORM_DST=
458 if [ -n "$PREV_PLATFORM_DST" ] ; then
460 log "Copying \$DST/$PREV_PLATFORM_DST to \$DST/$PLATFORM_DST"
462 copy_directory "$DSTDIR/$PREV_PLATFORM_DST" "$DSTDIR/$PLATFORM_DST"
464 log "Symlink-copying \$DST/$PREV_PLATFORM_DST to \$DST/$PLATFORM_DST"
465 symlink_src_directory $PREV_PLATFORM_DST $PLATFORM_DST
487 PREV_PLATFORM_DST=$PLATFORM_DST