1<?xml version="1.0" encoding="utf-8"?>
2
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4          package="com.google.uwb.support">
5
6    <application>
7        <uses-library android:name="android.test.runner" />
8    </application>
9
10    <!-- This is a self-instrumenting test package. -->
11    <instrumentation
12        android:name="androidx.test.runner.AndroidJUnitRunner"
13        android:label="UWB Support Lib Tests"
14        android:targetPackage="com.google.uwb.support" />
15
16</manifest>