mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make package in test manifest consistent
PiperOrigin-RevId: 406255369
This commit is contained in:
parent
1c824561c6
commit
7975182856
11 changed files with 13 additions and 13 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.google.android.exoplayer2.ext.cronet">
|
package="com.google.android.exoplayer2.ext.cronet.test">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
tools:ignore="MissingApplicationIcon,HardcodedDebugMode"/>
|
tools:ignore="MissingApplicationIcon,HardcodedDebugMode"/>
|
||||||
|
|
||||||
<instrumentation
|
<instrumentation
|
||||||
android:targetPackage="com.google.android.exoplayer2.ext.cronet"
|
android:targetPackage="com.google.android.exoplayer2.ext.cronet.test"
|
||||||
android:name="androidx.test.runner.AndroidJUnitRunner"/>
|
android:name="androidx.test.runner.AndroidJUnitRunner"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.cronet">
|
<manifest package="com.google.android.exoplayer2.ext.cronet.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.ffmpeg">
|
<manifest package="com.google.android.exoplayer2.ext.ffmpeg.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.flac">
|
<manifest package="com.google.android.exoplayer2.ext.flac.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.opus">
|
<manifest package="com.google.android.exoplayer2.ext.opus.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.rtmp">
|
<manifest package="com.google.android.exoplayer2.ext.rtmp.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.ext.vp9">
|
<manifest package="com.google.android.exoplayer2.ext.vp9.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.common">
|
<manifest package="com.google.android.exoplayer2.common.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.upstream">
|
<manifest package="com.google.android.exoplayer2.upstream.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest package="com.google.android.exoplayer2.decoder">
|
<manifest package="com.google.android.exoplayer2.decoder.test">
|
||||||
<uses-sdk/>
|
<uses-sdk/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.google.android.exoplayer2.playbacktests">
|
package="com.google.android.exoplayer2.playbacktests.test">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<instrumentation
|
<instrumentation
|
||||||
android:targetPackage="com.google.android.exoplayer2.playbacktests"
|
android:targetPackage="com.google.android.exoplayer2.playbacktests.test"
|
||||||
android:name="androidx.test.runner.AndroidJUnitRunner"/>
|
android:name="androidx.test.runner.AndroidJUnitRunner"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue