blob: 0d0457cc535bd5a4303e38a12e0b166460562925 [file] [log] [blame]
Jiyong Parke7407e22021-10-18 15:51:59 +09001# ro.debuggable is set.
2androidboot.microdroid.debuggable=1
3
4# Kernel message is exported.
Jiyong Parkc2a49cc2021-10-15 00:02:12 +09005kernel.printk.devkmsg=on
Jiyong Park747d6362021-10-19 17:12:52 +09006kernel.console=hvc0
Jiyong Parke7407e22021-10-18 15:51:59 +09007
8# ADB is supported and rooting is possible. Note that
9# ro.adb.secure is still 0 (see build.prop) which means that adbd is started
10# unrooted by default. To root, developer should explicitly execute `adb root`.
11androidboot.adb.enabled=1