aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 05b98551f100..9d5d175a5875 100755
--- a/build.sh
+++ b/build.sh
@@ -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