From 8ace5d204bfe3adff7491aca228a53dedf1c3e50 Mon Sep 17 00:00:00 2001 From: vadimt Date: Fri, 23 Jul 2021 15:33:13 -0700 Subject: [PATCH] Initial workaround for changed platform codename breakage Test: presubmit Bug: 194528425 Change-Id: I703da06bbfe5cd28011f7693b16cc0cc263a23ee --- .../src/com/android/launcher3/util/rule/TestStabilityRule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/com/android/launcher3/util/rule/TestStabilityRule.java b/tests/src/com/android/launcher3/util/rule/TestStabilityRule.java index 0e27b61b84..32dd21c8c2 100644 --- a/tests/src/com/android/launcher3/util/rule/TestStabilityRule.java +++ b/tests/src/com/android/launcher3/util/rule/TestStabilityRule.java @@ -56,7 +56,7 @@ public class TestStabilityRule implements TestRule { public static final int PLATFORM_PRESUBMIT = 0x8; public static final int PLATFORM_POSTSUBMIT = 0x10; - private static int sRunFlavor; + private static int sRunFlavor = PLATFORM_PRESUBMIT; // b/194528425 @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD)