[SB Refactor] Turn off flags for teamfood.
Bug: 238425913 Test: compiles Change-Id: I6c8c5e93cf00d598a3e68d7158421ed1145324a7
This commit is contained in:
@@ -156,10 +156,10 @@ public class Flags {
|
||||
new ReleasedFlag(603, false);
|
||||
|
||||
public static final UnreleasedFlag NEW_STATUS_BAR_PIPELINE_BACKEND =
|
||||
new UnreleasedFlag(604, true);
|
||||
new UnreleasedFlag(604, false);
|
||||
|
||||
public static final UnreleasedFlag NEW_STATUS_BAR_PIPELINE_FRONTEND =
|
||||
new UnreleasedFlag(605, true);
|
||||
new UnreleasedFlag(605, false);
|
||||
|
||||
/***************************************/
|
||||
// 700 - dialer/calls
|
||||
|
||||
Reference in New Issue
Block a user