blob: d1d062a223e2d67bde825c65b583cf45fa32a06c [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(\$.+)?
11org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?