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

Commit 710b78d9 authored by Stefan Andonian's avatar Stefan Andonian Committed by Automerger Merge Worker
Browse files

Fix Post-submit failing due to missing test instrumentation. am: 7b3f01a8

parents b1297fd8 7b3f01a8
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>