Move development test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I886a72774442884329d15e5dd276b00a269201c5
This commit is contained in:
jeffreyhuang
2017-11-28 11:57:13 -08:00
parent 0545d6e7d7
commit 876d3c13b2
75 changed files with 75 additions and 75 deletions

View File

@@ -57,7 +57,7 @@ import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH,
sdk = TestConfig.SDK_VERSION,
sdk = TestConfig.SDK_VERSION_O,
shadows = {ShadowUtils.class})
public class SelectUsbConfigPreferenceControllerTest {