blob: 01f4d6a377346a56c565cdbd21eae5e93511eda6 [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.*(\$.+)?
10org\.chromium\.net\.NativeTestServer(\$.+)?