Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ace5d20 authored by vadimt's avatar vadimt
Browse files

Initial workaround for changed platform codename breakage

Test: presubmit
Bug: 194528425
Change-Id: I703da06bbfe5cd28011f7693b16cc0cc263a23ee
parent d6e33dc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)