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

Commit c106008d authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Make servicestests debuggable"

parents 5a86476d f6091243
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@
    <uses-sdk android:minSdkVersion="1"
         android:targetSdkVersion="26"/>

    <application android:testOnly="true">
    <application android:testOnly="true" android:debuggable="true">
        <uses-library android:name="android.test.runner"/>

        <service android:name="com.android.server.accounts.TestAccountType1AuthenticatorService"