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

Commit 90a9982b authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Recognizing Launcher builds consisting only of digits" into sc-v2-dev

parents 5394db83 60ba2ac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class TestStabilityRule implements TestRule {
            Pattern.compile("^("
                    + "(?<local>(BuildFromAndroidStudio|"
                    + "([0-9]+|[A-Z])-eng\\.[a-z]+\\.[0-9]+\\.[0-9]+))|"
                    + "(?<platform>[A-Z]([a-z]|[0-9])*)"
                    + "(?<platform>([A-Z][a-z]*[0-9]*|[0-9]+)*)"
                    + ")$");
    private static final Pattern PLATFORM_BUILD =
            Pattern.compile("^("