Do not check mixed type filters when `--sts` is specified.
Checking for mixed type filters was due to b/221391831#comment7 - mixed
type filters might cause `am instrument` to fail.
For STS, however, at this moment, each selected test identifier is separated
into its own test invocation, which means these tests would not have
mixed type filters.
(So this really suggests the fix of b/414661995
should be very careful not to introduce mixed type filters issue.)
Bug: 414859375
Test: m atest; atest-dev --sts # (against b/32861315)
Change-Id: I798de068c1b450119f7e6e956989d9416bd9f53b
1 file changed