Remove 'uce' service to move into core policy.

Because it is used by the AOSP framework.

Bug: 136023468
Test: TH
Change-Id: I62a4e92b0dac4098d640cca515d0dd8680442779
diff --git a/sepolicy/private/radio.te b/sepolicy/private/radio.te
index d187ca8..7986425 100644
--- a/sepolicy/private/radio.te
+++ b/sepolicy/private/radio.te
@@ -1,2 +1 @@
-allow radio uce_service:service_manager find;
 add_service(radio, qchook_service)
diff --git a/sepolicy/private/service.te b/sepolicy/private/service.te
index e5abcaa..43044dc 100644
--- a/sepolicy/private/service.te
+++ b/sepolicy/private/service.te
@@ -1,3 +1,2 @@
 type cne_service,                 service_manager_type;
-type uce_service,                 service_manager_type;
 type qchook_service,              service_manager_type;
diff --git a/sepolicy/private/service_contexts b/sepolicy/private/service_contexts
index 62f7248..d27bf4d 100644
--- a/sepolicy/private/service_contexts
+++ b/sepolicy/private/service_contexts
@@ -1,4 +1,3 @@
 qti.ims.ext                                          u:object_r:radio_service:s0
 cneservice                                           u:object_r:cne_service:s0
-uce                                                  u:object_r:uce_service:s0
 qchook                                               u:object_r:qchook_service:s0