vendor: sepolicy: remove local adb port property

AOSP already has it so just reuse

Change-Id: I8c1d7e17f2f56dd213b6b33611d0ca5f40776629
diff --git a/sepolicy/adbd.te b/sepolicy/adbd.te
index 39a87aa..9546c1a 100644
--- a/sepolicy/adbd.te
+++ b/sepolicy/adbd.te
@@ -1 +1 @@
-allow adbd adbtcp_prop:property_service set;
+set_prop(adbd, ctl_mdnsd_prop);
diff --git a/sepolicy/property.te b/sepolicy/property.te
deleted file mode 100644
index e84c508..0000000
--- a/sepolicy/property.te
+++ /dev/null
@@ -1,6 +0,0 @@
-###########################
-# OmniROM common sepolicy
-#
-
-type userinit_prop, property_type;
-type adbtcp_prop, property_type;
diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts
deleted file mode 100644
index 113193f..0000000
--- a/sepolicy/property_contexts
+++ /dev/null
@@ -1,6 +0,0 @@
-###########################
-# OmniROM common sepolicy
-#
-
-service.adb.tcp. u:object_r:adbtcp_prop:s0
-omni.userinit.active u:object_r:userinit_prop:s0
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
index 0b77dfc..52d9291 100644
--- a/sepolicy/system_server.te
+++ b/sepolicy/system_server.te
@@ -1,5 +1,5 @@
 allow system_server storage_stub_file:dir { getattr };
-allow system_server adbtcp_prop:property_service set;
+set_prop(system_server, shell_prop)
 
 #batterystats
 allow system_server debugsfs_wakelock:file { read open getattr };