# 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\..+ | |
# 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(\$.+)? |