[Cronet] Do not jarjar MockUrlRequestJobFactory

This is a test util class used by cronet_tests.

Test: atest NetHttpCoverageTests
Bug: 267353182
Change-Id: I75978f687169ebcd2930d7c7f35a4fdefbbefda1
This commit is contained in:
Chidera Olibie
2023-03-29 13:07:47 +00:00
parent 8f9cab3268
commit 9d9e9a0c77

View File

@@ -8,3 +8,4 @@ org\.chromium\.base\..+
# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so # Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
org\.chromium\.net\..*Test.*(\$.+)? org\.chromium\.net\..*Test.*(\$.+)?
org\.chromium\.net\.NativeTestServer(\$.+)? org\.chromium\.net\.NativeTestServer(\$.+)?
org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?