Bug: 145099347
Test: atest TetheringTests
atest CtsTetheringTest
Change-Id: I7401c550fbafd17a5ed2d925b5d0e17e358af467
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
# 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_*;
|
|
}
|