init.rc: Allow console in userdebug builds

Change-Id: Ib5734c6d3e2bf5a9da3d44721c529971f2345120
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood 2010-11-19 09:12:27 -05:00
parent 609d8828d3
commit d49b4ef51e

View file

@ -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