blob: ec85f0d91783463edfa37d44a2ddd8ac672a9977 [file] [log] [blame]
Andrew Scull65ddfc42022-02-14 21:03:58 +00001# The app is not debuggable.
2androidboot.microdroid.app_debuggable=0
3
Jiyong Parke7407e22021-10-18 15:51:59 +09004# ro.debuggable is off
5androidboot.microdroid.debuggable=0
6
7# Console output is not redirect to the host-side.
Andrew Sculle127cff2022-02-15 15:34:04 +00008# TODO(b/219743539) This doesn't successfully disable the console
9kernel.printk.devkmsg=off
Alan Stokes372a8202022-03-14 16:31:22 +000010# TODO(b/219743539) Setting this to null makes everything slow
11kernel.console=hvc0
Jiyong Parke7407e22021-10-18 15:51:59 +090012
13# ADB is not enabled.
14androidboot.adb.enabled=0