blob: a3e86de3b71508f1e99610044cd082a751479ed2 [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\..+
Patrick Rohr311feaf2023-05-24 09:08:42 -07008J\.cronet_tests_N(\$.+)?
9
Chidera Olibie5b959542023-03-21 15:43:41 +000010# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
11org\.chromium\.net\..*Test.*(\$.+)?
Chidera Olibie9d9e9a02023-03-29 13:07:47 +000012org\.chromium\.net\.NativeTestServer(\$.+)?
Chidera Olibie9252a1a2023-03-29 21:04:59 +000013org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?
14org\.chromium\.net\.QuicTestServer(\$.+)?
15org\.chromium\.net\.MockCertVerifier(\$.+)?