blob: 0c97900a4b32f28aed3533a9088e230c9802e5b2 [file] [log] [blame]
<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>