blob: c24dc31b7bf3753a1fbd05a51141a299a9327827 [file] [log] [blame]
Andrei Onea02d81c02019-11-18 14:21:44 +00001<?xml version="1.0" encoding="utf-8"?>
2
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 package="com.android.tests.gating">
5 <application android:label="GatingTest">
6 <uses-library android:name="android.test.runner" />
7 </application>
8
Andrei Onea26559bc2020-01-15 19:09:52 +00009 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
Andrei Onea02d81c02019-11-18 14:21:44 +000010 android:targetPackage="com.android.tests.gating"/>
11</manifest>