1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2          package="com.google.amber.test">
3    <application>
4        <meta-data
5            android:name="com.android.graphics.developerdriver.enable"
6            android:value="true" />
7    </application>
8
9    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
10      android:targetPackage="com.google.amber"
11      android:label="Amber" />
12</manifest>
13