Home
last modified time | relevance | path

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

/ndk/tests/
Drun-tests.sh618 ADB_DEVCOUNT=`echo "$ADB_DEVICES" | wc -l`
619 ADB_DEVCOUNT=`expr $ADB_DEVCOUNT - 1`
620 log2 "ADB Device count: $ADB_DEVCOUNT"
621 if [ "$ADB_DEVCOUNT" = "0" ]; then
624 elif [ "$ADB_DEVCOUNT" != 1 -a -z "$ANDROID_SERIAL" ] ; then