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: Ieaffc36be799d21d10a8812a0b5690b592224379
diff --git a/sepolicy/hal_dumpstate_impl.te b/sepolicy/hal_dumpstate_impl.te
index 3b89345..cf0bbcb 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)