Switch Bluetooth HAL policy to _client/_server
hal_server_domain must now be used instead of hal_impl_domain.
Test: Add bluetooth_hidl_hal_test to device.mk, build & add to device,
adb shell stop,
adb shell /data/nativetest64/bluetooth_hidl_hal_test/bluetooth_hidl_hal_test
as crashy as before this commit
Bug: 34170079
Change-Id: I0731ce997721294fadd708f0351f40b681f4303a
diff --git a/sepolicy/hal_bluetooth_hikey.te b/sepolicy/hal_bluetooth_hikey.te
index f16f9fb..321f41d 100644
--- a/sepolicy/hal_bluetooth_hikey.te
+++ b/sepolicy/hal_bluetooth_hikey.te
@@ -1,6 +1,6 @@
type hal_bluetooth_hikey, domain;
type hal_bluetooth_hikey_exec, exec_type, file_type;
-hal_impl_domain(hal_bluetooth_hikey, hal_bluetooth)
+hal_server_domain(hal_bluetooth_hikey, hal_bluetooth)
init_daemon_domain(hal_bluetooth_hikey)