diff options
author | Mike Lockwood <lockwood@android.com> | 2010-11-19 09:12:27 -0500 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-11-19 09:12:27 -0500 |
commit | d49b4ef51eeba026e77f51e9c454464d0c5b9cd9 (patch) | |
tree | 39a4a2a866a6d55ab4c181fc387754d6280ba78e /rootdir | |
parent | 609d8828d3b8266a80606bf902d1294296962cf3 (diff) | |
download | system_core-d49b4ef51eeba026e77f51e9c454464d0c5b9cd9.zip system_core-d49b4ef51eeba026e77f51e9c454464d0c5b9cd9.tar.gz system_core-d49b4ef51eeba026e77f51e9c454464d0c5b9cd9.tar.bz2 |
init.rc: Allow console in userdebug builds
Change-Id: Ib5734c6d3e2bf5a9da3d44721c529971f2345120
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 232677c..a6ce529 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |