Remi NGUYEN VAN | 7b92ff2 | 2022-04-20 15:59:16 +0900 | [diff] [blame] | 1 | # Classes loaded by SystemServer via their hardcoded name, so they can't be jarjared |
| 2 | com\.android\.server\.ConnectivityServiceInitializer(\$.+)? |
| 3 | com\.android\.server\.NetworkStatsServiceInitializer(\$.+)? |
| 4 | |
| 5 | # Do not jarjar com.android.server, as several unit tests fail because they lose |
| 6 | # package-private visibility between jarjared and non-jarjared classes. |
| 7 | # TODO: fix the tests and also jarjar com.android.server, or at least only exclude a package that |
| 8 | # is specific to the module like com.android.server.connectivity |
| 9 | com\.android\.server\..+ |