Make package in test manifest consistent

PiperOrigin-RevId: 406255369
This commit is contained in:
bachinger 2021-10-29 01:30:01 +01:00 committed by Ian Baker
parent a60843ead5
commit 222db48298
11 changed files with 13 additions and 13 deletions

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.common"> <manifest package="androidx.media3.common.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.datasource"> <manifest package="androidx.media3.datasource.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -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="androidx.media3.datasource.cronet"> package="androidx.media3.datasource.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="androidx.media3.datasource.cronet" android:targetPackage="androidx.media3.datasource.cronet.test"
android:name="androidx.test.runner.AndroidJUnitRunner"/> android:name="androidx.test.runner.AndroidJUnitRunner"/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.datasource.cronet"> <manifest package="androidx.media3.datasource.cronet.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.datasource.rtmp"> <manifest package="androidx.media3.datasource.rtmp.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.decoder"> <manifest package="androidx.media3.decoder.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.decoder.ffmpeg"> <manifest package="androidx.media3.decoder.ffmpeg.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.decoder.flac"> <manifest package="androidx.media3.decoder.flac.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.decoder.opus"> <manifest package="androidx.media3.decoder.opus.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -14,6 +14,6 @@
limitations under the License. limitations under the License.
--> -->
<manifest package="androidx.media3.decoder.vp9"> <manifest package="androidx.media3.decoder.vp9.test">
<uses-sdk/> <uses-sdk/>
</manifest> </manifest>

View File

@ -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="androidx.media3.test.exoplayer.playback"> package="androidx.media3.test.exoplayer.playback.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="androidx.media3.test.exoplayer.playback" android:targetPackage="androidx.media3.test.exoplayer.playback.test"
android:name="androidx.test.runner.AndroidJUnitRunner"/> android:name="androidx.test.runner.AndroidJUnitRunner"/>
</manifest> </manifest>