15 lines
589 B
Plaintext
15 lines
589 B
Plaintext
# It's prohibited to jarjar androidx packages
|
|
androidx\..+
|
|
# Do not jarjar the api classes
|
|
android\.net\..+
|
|
# cronet_tests.so is not jarjared and uses base classes. We can remove this when there's a
|
|
# separate java base target to depend on.
|
|
org\.chromium\.base\..+
|
|
J\.cronet_tests_N(\$.+)?
|
|
|
|
# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
|
|
org\.chromium\.net\..*Test.*(\$.+)?
|
|
org\.chromium\.net\.NativeTestServer(\$.+)?
|
|
org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?
|
|
org\.chromium\.net\.QuicTestServer(\$.+)?
|
|
org\.chromium\.net\.MockCertVerifier(\$.+)? |