Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame^] | 1 | # ro.debuggable is off |
2 | androidboot.microdroid.debuggable=0 | ||||
3 | |||||
4 | # Console output is not redirect to the host-side. | ||||
Jiyong Park | c2a49cc | 2021-10-15 00:02:12 +0900 | [diff] [blame] | 5 | kernel.console = null |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame^] | 6 | |
7 | # ADB is not enabled. | ||||
8 | androidboot.adb.enabled=0 |