am bb2da79f: am 27fd413d: Merge "Start debuggerd64 for 64-bit processes"

* commit 'bb2da79fdab68c9643a30f5156e7dcabb379b139':
  Start debuggerd64 for 64-bit processes
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 8a1cb26..01c4e36 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -495,6 +495,9 @@
 service debuggerd /system/bin/debuggerd
     class main
 
+service debuggerd64 /system/bin/debuggerd64
+    class main
+
 service ril-daemon /system/bin/rild
     class main
     socket rild stream 660 root radio