diff options
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -248,6 +248,7 @@ if [ "${os}" = "Android" ] ; then set_kconfig_y CONFIG_USB_FUNCTIONFS cmdline_append "root=PARTLABEL=SYSTEM init=/init rootwait" cmdline_append "firmware_class.path=/vendor/lib/firmware" + cmdline_append "vt.global_cursor_default=0" if [ ${device} == "i9100" ] ; then cmdline_remove "androidboot.hardware=smdk4210" else |