summaryrefslogtreecommitdiff
path: root/packages/NetworkStack/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'packages/NetworkStack/proguard.flags')
-rw-r--r--packages/NetworkStack/proguard.flags9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/NetworkStack/proguard.flags b/packages/NetworkStack/proguard.flags
deleted file mode 100644
index c60f6c338d83..000000000000
--- a/packages/NetworkStack/proguard.flags
+++ /dev/null
@@ -1,9 +0,0 @@
--keepclassmembers class android.net.ip.IpClient {
- static final int CMD_*;
- static final int EVENT_*;
-}
-
--keepclassmembers class android.net.dhcp.DhcpClient {
- static final int CMD_*;
- static final int EVENT_*;
-}