diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-04-05 15:15:48 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-04-05 15:15:48 +0200 |
| commit | a511b3e1ff07bc7df5e58ab371f1ea5079ccabb9 (patch) | |
| tree | fd5b2b6b71b2521fff41f8e1ee78b5acd48515ed /tests/test_android.sh | |
| parent | 43417c3f11ef286a0c4af99433875958f5f483bb (diff) | |
tests: remove the Android OpenSLES builds (those trigger deprecated errors now)
Diffstat (limited to 'tests/test_android.sh')
| -rwxr-xr-x | tests/test_android.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_android.sh b/tests/test_android.sh index 88fb1c9d..fa695d11 100755 --- a/tests/test_android.sh +++ b/tests/test_android.sh @@ -4,5 +4,3 @@ source test_common.sh setup_android build android_debug android_debug build android_release android_release -build android_sles_debug android_sles_debug -build android_sles_release android_sles_release |