Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b3f01a8 authored by Stefan Andonian's avatar Stefan Andonian
Browse files

Fix Post-submit failing due to missing test instrumentation.

Bug: 276379852
Test: Post submit test passed with go/abdt
Change-Id: I5a92cbe96d86127bba273f169c52436b55cd1913
parent df6f4375
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,4 +29,9 @@

    </application>

    <instrumentation
        android:name="android.testing.TestableInstrumentation"
        android:label="Tests for MotionTool Lib"
        android:targetPackage="com.android.app.motiontool.tests"/>

</manifest>
+5 −0
Original line number Diff line number Diff line
@@ -28,4 +28,9 @@

    </application>

    <instrumentation
        android:name="android.testing.TestableInstrumentation"
        android:label="Tests for MotionTool Lib"
        android:targetPackage="com.android.app.viewcapture.test"/>

</manifest>