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

Commit f52e475a authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove unnecessary <uses-library> for android.test.runner

A previous change mistakenly added the dependency on <uses-library>.

Bug: 30188076
Test: make, flash, install, check that it works properly
Change-Id: If2a769896e705c4c301c14e3e0f3288469f01c17
parent 4ce53a04
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@
                 android:icon="@mipmap/ic_launcher_settings"
                 android:defaultToDeviceProtectedStorage="true"
                 android:directBootAware="true">
        <uses-library android:name="android.test.runner" />


        <provider android:name="SettingsProvider"
                  android:authorities="settings"