commit | 10235e5c7969050beab9418d5abdb0db8294ebe8 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Wed Jul 29 12:05:04 2020 +0800 |
committer | Mark Chien <markchien@google.com> | Fri Aug 07 05:40:26 2020 +0000 |
tree | ebfb2586809524af16f3df1d71853552acf73fbc | |
parent | 88c627169a8138b2746347ac690ba1f882c325be [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference. Test: m ; atest TetheringTests Bug: 161896447 Change-Id: Idc58697c72fb00896bee00185fefc50c1a24dd35 Merged-In: Idc58697c72fb00896bee00185fefc50c1a24dd35
diff --git a/Tethering/proguard.flags b/Tethering/proguard.flags index 051fbd1..86b9033 100644 --- a/Tethering/proguard.flags +++ b/Tethering/proguard.flags
@@ -1,5 +1,5 @@ # Keep class's integer static field for MessageUtils to parsing their name. --keep class com.android.networkstack.tethering.Tethering$TetherMasterSM { +-keep class com.android.networkstack.tethering.Tethering$TetherMainSM { static final int CMD_*; static final int EVENT_*; }