frameworks/av/media/libaudioprocessing/tests/run_all_unit_tests.sh

13 lines
298 B
Bash
Raw Permalink Normal View History

2025-08-25 08:17:13 +08:00
#!/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