sepolicy: Change UWB HAL from HIDL to versioned AIDL
No new HIDL HAL's are allowed in Android T. UWB HAL converted to
versioned AIDL interface to be compliant.
Bug: 195308730
Test: Compiles
Change-Id: I35cf8edd244baa02778ee8eff46840ae26424869
diff --git a/public/hal_uwb.te b/public/hal_uwb.te
index 672bcf2..17b1f30 100644
--- a/public/hal_uwb.te
+++ b/public/hal_uwb.te
@@ -2,5 +2,5 @@
binder_call(hal_uwb_client, hal_uwb_server)
binder_call(hal_uwb_server, hal_uwb_client)
-hal_attribute_hwservice(hal_uwb, hal_uwb_hwservice)
+hal_attribute_service(hal_uwb, hal_uwb_service)