blob: 4a6383b77000d900b31f1c0f745c179f48507ac0 [file] [log] [blame]
atrost46333da2019-10-10 14:24:21 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 package="com.android.internal.compat">
5 <application android:label="ChangeReporterTest">
6 <uses-library android:name="android.test.runner" />
7 </application>
8
9 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
10 android:targetPackage="com.android.internal.compat"/>
11</manifest>