android_packages_modules_Vi.../microdroid/bootconfig.normal

14 lines
322 B
Plaintext
Raw Normal View History

# 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