blob: 2381dc613e4ecf0e33179f15e3ddc486eea1abe8 [file] [log] [blame] [edit]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.dexmaker.tests" >
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="com.google.dexmaker.tests"
android:label="Dexmaker Tests"/>
</manifest>