Drop hardcoded obsolete dhcp properties.

These properties are no longer relevant or accurate.

Change-Id: I5e63c0e33e91fc4ad47147a0d2efa3d094b015f1
diff --git a/shared/phone/device.mk b/shared/phone/device.mk
index b098906..5a21c30 100644
--- a/shared/phone/device.mk
+++ b/shared/phone/device.mk
@@ -21,9 +21,6 @@
 PRODUCT_CHARACTERISTICS := nosdcard
 
 PRODUCT_PROPERTY_OVERRIDES += \
-    dhcp.rmnet0.dns1=8.8.8.8 \
-    dhcp.rmnet0.gateway=192.168.1.1 \
-    dhcp.rmnet0.ipaddress=192.168.1.10 \
     gsm.sim.operator.alpha=Android \
     gsm.sim.operator.iso-country=us \
     gsm.sim.operator.numeric=310260 \
@@ -42,8 +39,6 @@
     Telecom \
     TeleService \
     libvsoc-ril \
-    libvsoc-ril-deprecated \
-    libvsoc-ril-testing \
     rild \
 
 PRODUCT_COPY_FILES += \
diff --git a/shared/tablet_3g/device.mk b/shared/tablet_3g/device.mk
index f607e9a..8b809ee 100644
--- a/shared/tablet_3g/device.mk
+++ b/shared/tablet_3g/device.mk
@@ -21,9 +21,6 @@
 PRODUCT_CHARACTERISTICS := tablet,nosdcard
 
 PRODUCT_PROPERTY_OVERRIDES += \
-    dhcp.rmnet0.dns1=8.8.8.8 \
-    dhcp.rmnet0.gateway=192.168.1.1 \
-    dhcp.rmnet0.ipaddress=192.168.1.10 \
     gsm.sim.operator.alpha=Android \
     gsm.sim.operator.iso-country=us \
     gsm.sim.operator.numeric=310260 \
@@ -42,8 +39,6 @@
     Telecom \
     TeleService \
     libvsoc-ril \
-    libvsoc-ril-deprecated \
-    libvsoc-ril-testing \
     rild \
 
 PRODUCT_COPY_FILES += \