Allow emulator goldfish-setup to take wake locks

Change-Id: Ic8938ebbdced308b523620cf3ab4d0ac1214106f
diff --git a/init.goldfish.rc b/init.goldfish.rc
index 798a382..233548d 100644
--- a/init.goldfish.rc
+++ b/init.goldfish.rc
@@ -69,7 +69,7 @@
 
 service goldfish-setup /system/etc/init.goldfish.sh
     user root
-    group root
+    group root wakelock
     oneshot
 
 # The qemu-props program is used to set various system
diff --git a/init.ranchu.rc b/init.ranchu.rc
index aba9ad5..f1a1761 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -54,7 +54,7 @@
 
 service goldfish-setup /system/etc/init.goldfish.sh
     user root
-    group root
+    group root wakelock
     oneshot
 
 # The qemu-props program is used to set various system