Remove bogus stop of akmd process.

The akmd process is a sensor provider for another proprietary platform,
it isn't a core part of AOSP. Remove the confusing FIXME comment and
stop of this bogus process, which eliminates an error message from init.

Bug: 110097226
Change-Id: Idf42621942602fcfbbcd792774b7b5bcc3648b6e
Merged-In: Idf42621942602fcfbbcd792774b7b5bcc3648b6e
diff --git a/shared/config/init.vsoc.rc b/shared/config/init.vsoc.rc
index eae6743..05f1079 100644
--- a/shared/config/init.vsoc.rc
+++ b/shared/config/init.vsoc.rc
@@ -66,10 +66,6 @@
     mkdir /data/vendor/wifi/wpa/sockets 0770 wifi wifi
     start socket_forward_proxy
 
-    # TODO(ender): Re-enable these
-    # Compass.
-    stop akmd
-
 
 service vsoc_guest_region_e2e_test /vendor/bin/vsoc_guest_region_e2e_test
     user root