Lines Matching refs:samples
28 # and that the samples will be under samples/ and platforms/android-N/samples/
48 TESTABLES="samples build device awk"
97 --only-samples)
98 TESTABLES=samples
144 echo " --only-samples Only rebuild samples"
375 ### REBUILD ALL SAMPLES FIRST
553 # Determine list of samples directories.
555 if is_testable samples; then
557 # This is a release package, all samplessamples
558 SAMPLES_DIRS="$NDK/samples"
560 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"
564 log "Using release NDK samples from: $SAMPLES_DIRS"
566 # This is a development work directory, we will take the samples
574 SAMPLES_DIRS="$DEVNDK_DIR/samples"
575 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; do
578 dump "Using development NDK samples from $DEVNDK_DIR"
585 # Copy the samples to a temporary build directory