Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 1 | # ro.debuggable is set. |
| 2 | androidboot.microdroid.debuggable=1 |
| 3 | |
| 4 | # Kernel message is exported. |
Jiyong Park | c2a49cc | 2021-10-15 00:02:12 +0900 | [diff] [blame] | 5 | kernel.printk.devkmsg=on |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 6 | |
| 7 | # ADB is supported and rooting is possible. Note that |
| 8 | # ro.adb.secure is still 0 (see build.prop) which means that adbd is started |
| 9 | # unrooted by default. To root, developer should explicitly execute `adb root`. |
| 10 | androidboot.adb.enabled=1 |