Searched refs:SAMPLES_DIRS (Results 1 – 1 of 1) sorted by relevance
451 SAMPLES_DIRS="$NDK/samples"452 if [ ! -d "$SAMPLES_DIRS" ] ; then453 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"457 log "Using release NDK samples from: $SAMPLES_DIRS"467 SAMPLES_DIRS="$DEVNDK_DIR/samples"469 SAMPLES_DIRS="$SAMPLES_DIRS $DIR"473 echo "$SAMPLES_DIRS" | tr ' ' '\n'486 for DIR in $SAMPLES_DIRS; do