init.rc: Allow console in userdebug builds
Change-Id: Ib5734c6d3e2bf5a9da3d44721c529971f2345120 Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
parent
609d8828d3
commit
d49b4ef51e
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ service console /system/bin/sh
|
|||
user shell
|
||||
group log
|
||||
|
||||
on property:ro.secure=0
|
||||
on property:ro.debuggable=1
|
||||
start console
|
||||
|
||||
# adbd is controlled by the persist.service.adb.enable system property
|
||||
|
|
Loading…
Reference in a new issue