Chidera Olibie | be9f351 | 2023-08-09 09:50:36 +0000 | [diff] [blame] | 1 | # Exclude some test prefixes, as they can't be found after being jarjared. |
| 2 | com\.android\.testutils\..+ |
Chidera Olibie | cd038a0 | 2023-07-25 20:29:51 +0000 | [diff] [blame] | 3 | # jarjar-gen can't handle some kotlin object expression, exclude packages that include them |
Chidera Olibie | 5b95954 | 2023-03-21 15:43:41 +0000 | [diff] [blame] | 4 | androidx\..+ |
Chidera Olibie | cd038a0 | 2023-07-25 20:29:51 +0000 | [diff] [blame] | 5 | kotlin\.test\..+ |
| 6 | kotlin\.reflect\..+ |
| 7 | org\.mockito\..+ |
Chidera Olibie | 5b95954 | 2023-03-21 15:43:41 +0000 | [diff] [blame] | 8 | # Do not jarjar the api classes |
| 9 | android\.net\..+ |
| 10 | # cronet_tests.so is not jarjared and uses base classes. We can remove this when there's a |
| 11 | # separate java base target to depend on. |
| 12 | org\.chromium\.base\..+ |
Patrick Rohr | 311feaf | 2023-05-24 09:08:42 -0700 | [diff] [blame] | 13 | J\.cronet_tests_N(\$.+)? |
| 14 | |
Chidera Olibie | 5b95954 | 2023-03-21 15:43:41 +0000 | [diff] [blame] | 15 | # Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so |
| 16 | org\.chromium\.net\..*Test.*(\$.+)? |
Chidera Olibie | 9d9e9a0 | 2023-03-29 13:07:47 +0000 | [diff] [blame] | 17 | org\.chromium\.net\.NativeTestServer(\$.+)? |
Chidera Olibie | 9252a1a | 2023-03-29 21:04:59 +0000 | [diff] [blame] | 18 | org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)? |
| 19 | org\.chromium\.net\.QuicTestServer(\$.+)? |
| 20 | org\.chromium\.net\.MockCertVerifier(\$.+)? |