Merge "Make servicestests debuggable"

This commit is contained in:
Neil Fuller
2022-10-05 15:50:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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"