screen blank: maintainer should specify in Board whether to disable

Change-Id: Id7dfea1ed9391d5a5f617b72a25fdb74dc235537
This commit is contained in:
bigbiff
2021-09-25 11:31:26 -04:00
parent bc2cfa36ec
commit b2cce1055e

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
}