To run the tests:

cd tests

- Modify ANDROID_NDK in CMakeLists.txt to your local Android NDK path
- Add ANDROID_NDK as an environment variable
- Run the Oboe LiveEffect sample, hit Start and accept permissions
- Add cmake to PATH if needed
- ./run_tests.sh
- If that fails you can run the tests using
    adb root
    adb shell /data/local/tmp/testOboe
