blob: cf3a0170e38b8d555916d61d228e32167aca11b7 [file] [log] [blame]
Chidera Olibie5b959542023-03-21 15:43:41 +00001# It's prohibited to jarjar androidx packages
2androidx\..+
3# Do not jarjar the api classes
4android\.net\..+
5# cronet_tests.so is not jarjared and uses base classes. We can remove this when there's a
6# separate java base target to depend on.
7org\.chromium\.base\..+
8# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
9org\.chromium\.net\..*Test.*(\$.+)?
Chidera Olibie9d9e9a02023-03-29 13:07:47 +000010org\.chromium\.net\.NativeTestServer(\$.+)?
Chidera Olibie9252a1a2023-03-29 21:04:59 +000011org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?
12org\.chromium\.net\.QuicTestServer(\$.+)?
13org\.chromium\.net\.MockCertVerifier(\$.+)?