init.rc: Add socket for adbd
Change-Id: Ic97fd464440ff4a29fc9da7ad15949ac5215ade3
This commit is contained in:
parent
4e499ef474
commit
0574d6b077
|
@ -358,6 +358,7 @@ on property:ro.debuggable=1
|
|||
# adbd is controlled via property triggers in init.<platform>.usb.rc
|
||||
service adbd /sbin/adbd
|
||||
class core
|
||||
socket adbd stream 660 system system
|
||||
disabled
|
||||
|
||||
# adbd on at boot in emulator
|
||||
|
|
Loading…
Reference in New Issue