From: jeffreyhuang Date: Thu, 30 Nov 2017 20:21:49 +0000 (-0800) Subject: move graph package to sdk 26 X-Git-Tag: android-x86-9.0-r1~145^2~27^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ad8e77e557318359f8b8716500390fb642f55e31;p=android-x86%2Fpackages-apps-Settings.git move graph package to sdk 26 Test: make RunSettingsRoboTests -j40 Change-Id: I0a48b7c186aa6e35f08e46bc7af06d6a4d83af18 --- diff --git a/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java b/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java index c9804d667f..eef6921c7a 100644 --- a/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java +++ b/tests/robotests/src/com/android/settings/graph/BottomLabelLayoutTest.java @@ -35,7 +35,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 BottomLabelLayoutTest { private BottomLabelLayout mBottomLabelLayout; private Context mContext; diff --git a/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java b/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java index fbd6fd487e..4ab338183b 100644 --- a/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java +++ b/tests/robotests/src/com/android/settings/graph/UsageGraphTest.java @@ -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;