summaryrefslogtreecommitdiff
path: root/packages/Tethering/proguard.flags
blob: 051fbd19fc6cf008006fe6e1604be0277f155224 (plain)
1
2
3
4
5
6
7
8
9
# Keep class's integer static field for MessageUtils to parsing their name.
-keep class com.android.networkstack.tethering.Tethering$TetherMasterSM {
    static final int CMD_*;
    static final int EVENT_*;
}

-keepclassmembers class android.net.ip.IpServer {
    static final int CMD_*;
}