Fix test coverage failure for G3 exoplayer

Generates a manifest to have Google3InstrumentationTestRunner in order to fix the error in Zapfhahn (service to measure test coverage)

PiperOrigin-RevId: 274754720
This commit is contained in:
olly 2019-10-15 09:43:18 +01:00 committed by Oliver Woodman
parent a10fea30c9
commit bc75b9904c

View file

@ -29,6 +29,6 @@
<instrumentation
android:targetPackage="com.google.android.exoplayer2.ext.opus.test"
android:name="androidx.test.runner.AndroidJUnitRunner"/>
android:name="androidx.test.runner.AndroidJUnitRunner"/>
</manifest>