blob: a0ce5c29177292eb4888ec670a0abfbaedb536bb [file] [log] [blame]
Chidera Olibiebe9f3512023-08-09 09:50:36 +00001# Exclude some test prefixes, as they can't be found after being jarjared.
2com\.android\.testutils\..+
Chidera Olibiecd038a02023-07-25 20:29:51 +00003# jarjar-gen can't handle some kotlin object expression, exclude packages that include them
Chidera Olibie5b959542023-03-21 15:43:41 +00004androidx\..+
Chidera Olibiecd038a02023-07-25 20:29:51 +00005kotlin\.test\..+
6kotlin\.reflect\..+
7org\.mockito\..+
Chidera Olibie5b959542023-03-21 15:43:41 +00008# Do not jarjar the api classes
9android\.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.
12org\.chromium\.base\..+
Patrick Rohr311feaf2023-05-24 09:08:42 -070013J\.cronet_tests_N(\$.+)?
14
Chidera Olibie5b959542023-03-21 15:43:41 +000015# Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so
16org\.chromium\.net\..*Test.*(\$.+)?
Chidera Olibie9d9e9a02023-03-29 13:07:47 +000017org\.chromium\.net\.NativeTestServer(\$.+)?
Chidera Olibie9252a1a2023-03-29 21:04:59 +000018org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)?
19org\.chromium\.net\.QuicTestServer(\$.+)?
20org\.chromium\.net\.MockCertVerifier(\$.+)?