<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.google.amber.test">
    <application>
        <meta-data
            android:name="com.android.graphics.developerdriver.enable"
            android:value="true" />
    </application>

    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
      android:targetPackage="com.google.amber"
      android:label="Amber" />
</manifest>
