screen blank: maintainer should specify in Board whether to disable

Change-Id: Id7dfea1ed9391d5a5f617b72a25fdb74dc235537
This commit is contained in:
bigbiff
2021-09-25 15:33:19 +00:00
parent bc2cfa36ec
commit b2cce1055e
-4
View File
@@ -227,10 +227,6 @@ func globalFlags(ctx android.BaseContext) []string {
cflags = append(cflags, "-DAB_OTA_UPDATER=1")
}
if getMakeVars(ctx, "TW_SCREEN_BLANK_ON_BOOT") == "true" {
cflags = append(cflags, "-DTW_NO_SCREEN_BLANK")
}
return cflags
}