screen blank: maintainer should specify in Board whether to disable
Change-Id: Id7dfea1ed9391d5a5f617b72a25fdb74dc235537
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user