1# ro.debuggable is set. 2androidboot.microdroid.debuggable=1 3 4# Kernel message is exported. 5kernel.printk.devkmsg=on 6kernel.console=hvc0 7 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 12