Remove obsolete gce_shutdown

Change-Id: Ib176aa3b3da2af05c415d7f932ff086d8328b527
diff --git a/shared/device.mk b/shared/device.mk
index 040d5fe..2ee7994 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -59,7 +59,6 @@
     gce_mount_handler \
     gce_network \
     gce_network.config \
-    gce_shutdown \
     GceService \
     vnc_server \
     vnc_server-testing \
diff --git a/shared/sepolicy/file_contexts b/shared/sepolicy/file_contexts
index a4fe751..b89378a 100644
--- a/shared/sepolicy/file_contexts
+++ b/shared/sepolicy/file_contexts
@@ -1,4 +1,3 @@
-/system/bin/gce_shutdown  u:object_r:gce_shutdown_exec:s0
 /system/vendor/bin/vnc_server  u:object_r:vnc_server_exec:s0
 /system/vendor/bin/hw/android\.hardware\.bluetooth@1\.0-service\.sim             u:object_r:hal_bluetooth_sim_exec:s0
 /system/vendor/bin/hw/android\.hardware\.dumpstate@1\.0-service\.cuttlefish      u:object_r:hal_dumpstate_impl_exec:s0
diff --git a/shared/sepolicy/gce_shutdown.te b/shared/sepolicy/gce_shutdown.te
deleted file mode 100644
index 7fdfc2f..0000000
--- a/shared/sepolicy/gce_shutdown.te
+++ /dev/null
@@ -1,6 +0,0 @@
-type gce_shutdown, domain;
-type gce_shutdown_exec, exec_type, file_type;
-
-init_daemon_domain(gce_shutdown)
-
-set_prop(gce_shutdown, powerctl_prop)