blob: e8fd39b3d41062db321179dc226172825dfe6bac [file] [log] [blame]
Chidera Olibiecd038a02023-07-25 20:29:51 +00001# jarjar-gen can't handle some kotlin object expression, exclude packages that include them
Chidera Olibie5b959542023-03-21 15:43:41 +00002androidx\..+
Chidera Olibiecd038a02023-07-25 20:29:51 +00003kotlin\.test\..+
4kotlin\.reflect\..+
5org\.mockito\..+
Chidera Olibie5b959542023-03-21 15:43:41 +00006# Do not jarjar the api classes
7android\.net\..+
8# cronet_tests.so is not jarjared and uses base classes. We can remove this when there's a
9# separate java base target to depend on.
10org\.chromium\.base\..+
Patrick Rohr311feaf2023-05-24 09:08:42 -070011J\.cronet_tests_N(\$.+)?
12
Chidera Olibie5b959542023-03-21 15:43:41 +000013# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
14org\.chromium\.net\..*Test.*(\$.+)?
Chidera Olibie9d9e9a02023-03-29 13:07:47 +000015org\.chromium\.net\.NativeTestServer(\$.+)?
Chidera Olibie9252a1a2023-03-29 21:04:59 +000016org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?
17org\.chromium\.net\.QuicTestServer(\$.+)?
18org\.chromium\.net\.MockCertVerifier(\$.+)?