Move OpusDecoderTest from /test/ (Robolectric) to /androidTest/

The dependency on the native `opusV2JNI` library doesn't work from
Robolectric, so the `assumeTrue` statements in this test always fail,
and the tests are always skipped. Moving it to an instrumentation test
allows the native library to be successfully loaded, and the test to be
run.

PiperOrigin-RevId: 655570129
This commit is contained in:
ibaker 2024-07-24 08:08:23 -07:00 committed by Copybara-Service
parent d70ff7e4d2
commit 4fc66f42d6