Merge "Allow Sv2 in launcher build version" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1ac67e4314
@@ -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]*)"
|
||||
+ "(?<platform>[A-Z]([a-z]|[0-9])*)"
|
||||
+ ")$");
|
||||
private static final Pattern PLATFORM_BUILD =
|
||||
Pattern.compile("^("
|
||||
|
||||
Reference in New Issue
Block a user