Make all debug feature flags boot aware.
Bug: 276090194 Test: FeatureFlags worked on device. Change-Id: I710801d63e6f4283bf15daea2b5be5874de21cc8
This commit is contained in:
@@ -39,8 +39,6 @@ import java.util.function.ToIntFunction;
|
||||
*/
|
||||
public final class FeatureFlags {
|
||||
|
||||
public static final String FLAGS_PREF_NAME = "featureFlags";
|
||||
|
||||
@VisibleForTesting
|
||||
public static Predicate<BooleanFlag> sBooleanReader = f -> f.mCurrentValue;
|
||||
@VisibleForTesting
|
||||
|
||||
Reference in New Issue
Block a user