Switch Dumpstate HAL to hal_server_domain

This is a follow up to system/sepolicy commit
47174e3b9f8b4c065d4477114cd9a2ee0c31b98e. We can now switch
device-specific policy for Dumpstate HAL from hal_impl_domain (which is
deprecated) to hal_server_domain.

Test: adb bugreport
Test: Take bugreport through system UI
Bug: 34170079
Change-Id: Ia29f06cef5d8b383da94be4730b6ab5c83b10fab
diff --git a/sepolicy/hal_dumpstate_impl.te b/sepolicy/hal_dumpstate_impl.te
index 72f4f83..60e76f8 100644
--- a/sepolicy/hal_dumpstate_impl.te
+++ b/sepolicy/hal_dumpstate_impl.te
@@ -1,5 +1,5 @@
 type hal_dumpstate_impl, domain;
-hal_impl_domain(hal_dumpstate_impl, hal_dumpstate)
+hal_server_domain(hal_dumpstate_impl, hal_dumpstate)
 
 type hal_dumpstate_impl_exec, exec_type, file_type;
 init_daemon_domain(hal_dumpstate_impl)