move graph package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I0a48b7c186aa6e35f08e46bc7af06d6a4d83af18
This commit is contained in:
jeffreyhuang
2017-11-30 12:21:49 -08:00
parent 7ec34c1781
commit ad8e77e557
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ import org.robolectric.RuntimeEnvironment;
import org.robolectric.annotation.Config;
@RunWith(RobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class UsageGraphTest {
private UsageGraph mGraph;