blob: 0bdd810846bd86927c651ed41d424de1b5b36df0 [file] [log] [blame]
Andrew Scull65ddfc42022-02-14 21:03:58 +00001# The app is debuggable as full_debuggable is a superser of app_debuggable.
2androidboot.microdroid.app_debuggable=1
3
Jiyong Parke7407e22021-10-18 15:51:59 +09004# ro.debuggable is set.
5androidboot.microdroid.debuggable=1
6
7# Kernel message is exported.
Jiyong Parkc2a49cc2021-10-15 00:02:12 +09008kernel.printk.devkmsg=on
Jiyong Park747d6362021-10-19 17:12:52 +09009kernel.console=hvc0
Jiyong Parke7407e22021-10-18 15:51:59 +090010
11# ADB is supported and rooting is possible. Note that
12# ro.adb.secure is still 0 (see build.prop) which means that adbd is started
13# unrooted by default. To root, developer should explicitly execute `adb root`.
14androidboot.adb.enabled=1
Jiyong Park779daa92021-10-18 18:33:28 +090015
16# logd is enabled
17androidboot.logd.enabled=1