blob: 5e0da1261458b5e9f6e1e570aa2e229aa7f959ef [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="io.grpc.binder" />
<application android:debuggable="true">
<uses-library android:name="android.test.runner" />
<service android:name="io.grpc.binder.HostServices$HostService1" />
<service android:name="io.grpc.binder.HostServices$HostService2" />
</application>
</manifest>