Update Cronet/tests/cts/AndroidManifest.xml
Remove:
<meta-data android:name="listener" android:value="com.android.cts.runner.CtsTestRunListener" />
Bug: 267766325
Test: TH
Change-Id: I8d024d095e6bfcb93f060a9aeb133c9ca7284267
Former-commit-id: 0fbde75ba0
This commit is contained in:
parent
5db6fe1e0b
commit
1306ccb347
|
@ -31,7 +31,5 @@
|
|||
android:name="androidx.test.runner.AndroidJUnitRunner"
|
||||
android:targetPackage="android.net.http.cts"
|
||||
android:label="CTS tests of android.net.http">
|
||||
<meta-data android:name="listener"
|
||||
android:value="com.android.cts.runner.CtsTestRunListener"/>
|
||||
</instrumentation>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in New Issue