blob: b0d6763f78232719d4c4d1dde84e37b4b1144c19 [file] [log] [blame]
Remi NGUYEN VAN7b92ff22022-04-20 15:59:16 +09001# Classes loaded by SystemServer via their hardcoded name, so they can't be jarjared
2com\.android\.server\.ConnectivityServiceInitializer(\$.+)?
3com\.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
9com\.android\.server\..+