Enable ENABLE_LOW_LIGHT_CLOCK_UNDOCKED for Teamfood
Bug: b/271428141 Test: built and pushed to device locally Change-Id: I55109e081830c84b51fc1e6724f7df63364c8165
This commit is contained in:
@@ -386,7 +386,10 @@ object Flags {
|
||||
val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot")
|
||||
|
||||
@JvmField
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(1004, "enable_low_light_clock_undocked")
|
||||
// TODO(b/271428141): Tracking Bug
|
||||
val ENABLE_LOW_LIGHT_CLOCK_UNDOCKED = unreleasedFlag(
|
||||
1004,
|
||||
"enable_low_light_clock_undocked", teamfood = true)
|
||||
|
||||
// 1100 - windowing
|
||||
@Keep
|
||||
|
||||
Reference in New Issue
Block a user