You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
298 B

#!/bin/bash
if [ -z "$ANDROID_BUILD_TOP" ]; then
echo "Android build environment not set"
exit -1
fi
echo "waiting for device"
adb root && adb wait-for-device remount
adb shell /data/nativetest/resampler_tests/resampler_tests
adb shell /data/nativetest64/resampler_tests/resampler_tests