blob: 708d64b46ef58f5b3d8ff4028a0f58aca81745c1 [file] [log] [blame]
# The app is not debuggable.
androidboot.microdroid.app_debuggable=0
# ro.debuggable is off
androidboot.microdroid.debuggable=0
# Console output is not redirect to the host-side.
# TODO(b/219743539) This doesn't successfully disable the console
kernel.printk.devkmsg=off
kernel.console=null
# ADB is not enabled.
androidboot.adb.enabled=0
# logd is not enabled
androidboot.logd.enabled=0