From 0574d6b07711e90547d8166c222e09d80f702620 Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Tue, 24 Apr 2012 15:07:12 -0700 Subject: [PATCH] init.rc: Add socket for adbd Change-Id: Ic97fd464440ff4a29fc9da7ad15949ac5215ade3 --- rootdir/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 8f692ac7b..313a98eef 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -358,6 +358,7 @@ on property:ro.debuggable=1 # adbd is controlled via property triggers in init..usb.rc service adbd /sbin/adbd class core + socket adbd stream 660 system system disabled # adbd on at boot in emulator