1*e07d83d3SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*e07d83d3SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" > 3*e07d83d3SAndroid Build Coastguard Worker 4*e07d83d3SAndroid Build Coastguard Worker <instrumentation 5*e07d83d3SAndroid Build Coastguard Worker android:name="androidx.test.runner.AndroidJUnitRunner" 6*e07d83d3SAndroid Build Coastguard Worker android:targetPackage="io.grpc.binder" /> 7*e07d83d3SAndroid Build Coastguard Worker 8*e07d83d3SAndroid Build Coastguard Worker <application android:debuggable="true"> 9*e07d83d3SAndroid Build Coastguard Worker <uses-library android:name="android.test.runner" /> 10*e07d83d3SAndroid Build Coastguard Worker 11*e07d83d3SAndroid Build Coastguard Worker <service android:name="io.grpc.binder.HostServices$HostService1" /> 12*e07d83d3SAndroid Build Coastguard Worker <service android:name="io.grpc.binder.HostServices$HostService2" /> 13*e07d83d3SAndroid Build Coastguard Worker </application> 14*e07d83d3SAndroid Build Coastguard Worker</manifest> 15