Chidera Olibie | 5b95954 | 2023-03-21 15:43:41 +0000 | [diff] [blame^] | 1 | # It's prohibited to jarjar androidx packages |
2 | androidx\..+ | ||||
3 | # Do not jarjar the api classes | ||||
4 | android\.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. | ||||
7 | org\.chromium\.base\..+ | ||||
8 | # Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so | ||||
9 | org\.chromium\.net\..*Test.*(\$.+)? | ||||
10 | org\.chromium\.net\.NativeTestServer(\$.+)? |