xref: /aosp_15_r20/external/cronet/components/cronet/android/cronet_shared_proguard.cfg (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Proguard config for apps that depend on cronet_shared_java.jar (which should
2# be all apps that depend on any part of Cronet)
3
4# Part of the Android System SDK, so ProGuard won't be able to resolve it if
5# running against the standard SDK.
6-dontwarn android.util.StatsEvent
7-dontwarn android.util.StatsEvent$*
8# There is also an undefined reference to android.util.StatsLog.write(), which
9# R8 appears to be fine with but other processors (e.g. internal Google
10# ProGuard) may not be. See b/315269496.
11-dontwarn android.util.StatsLog
12