See https://source.android.com/setup/contribute/respectful-code for reference. Test: m ; atest TetheringTests Bug: 161896447 Change-Id: Idc58697c72fb00896bee00185fefc50c1a24dd35
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
# Keep class's integer static field for MessageUtils to parsing their name.
|
|
-keep class com.android.networkstack.tethering.Tethering$TetherMainSM {
|
|
static final int CMD_*;
|
|
static final int EVENT_*;
|
|
}
|
|
|
|
-keepclassmembers class android.net.ip.IpServer {
|
|
static final int CMD_*;
|
|
}
|