Loading tests/anomaly-tester/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ android_test { "androidx.test.rules", "mockito-target", "androidx.test.uiautomator_uiautomator", "truth-prebuilt", "truth", ], srcs: ["**/*.java"], Loading tests/componenttests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ android_test { ], static_libs: [ "truth-prebuilt", "truth", "androidx.test.core", "androidx.test.espresso.core", "androidx.test.espresso.intents-nodeps", Loading tests/robotests/Android.bp +7 −4 Original line number Diff line number Diff line Loading @@ -90,7 +90,10 @@ android_robolectric_test { "ims-common", ], java_resource_dirs: ["config", "resources"], java_resource_dirs: [ "config", "resources", ], instrumentation_for: "SettingsRoboTestStub", Loading @@ -114,6 +117,6 @@ java_library { "Settings-core", "Robolectric_all-target", "mockito-robolectric-prebuilt", "truth-prebuilt", "truth", ], } tests/uitests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ android_test { "settings-helper", "sysui-helper", "timeresult-helper-lib", "truth-prebuilt", "truth", ], //sdk_version: "current", Loading tests/unit/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ android_test { "androidx.preference_preference", "mockito-target-minus-junit4", "platform-test-annotations", "truth-prebuilt", "truth", "androidx.test.uiautomator_uiautomator", // Don't add SettingsLib libraries here - you can use them directly as they are in the // instrumented Settings app. ], errorprone: { javacflags: ["-Xep:CheckReturnValue:WARN"] javacflags: ["-Xep:CheckReturnValue:WARN"], }, // Include all test java files. Loading Loading
tests/anomaly-tester/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ android_test { "androidx.test.rules", "mockito-target", "androidx.test.uiautomator_uiautomator", "truth-prebuilt", "truth", ], srcs: ["**/*.java"], Loading
tests/componenttests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ android_test { ], static_libs: [ "truth-prebuilt", "truth", "androidx.test.core", "androidx.test.espresso.core", "androidx.test.espresso.intents-nodeps", Loading
tests/robotests/Android.bp +7 −4 Original line number Diff line number Diff line Loading @@ -90,7 +90,10 @@ android_robolectric_test { "ims-common", ], java_resource_dirs: ["config", "resources"], java_resource_dirs: [ "config", "resources", ], instrumentation_for: "SettingsRoboTestStub", Loading @@ -114,6 +117,6 @@ java_library { "Settings-core", "Robolectric_all-target", "mockito-robolectric-prebuilt", "truth-prebuilt", "truth", ], }
tests/uitests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ android_test { "settings-helper", "sysui-helper", "timeresult-helper-lib", "truth-prebuilt", "truth", ], //sdk_version: "current", Loading
tests/unit/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ android_test { "androidx.preference_preference", "mockito-target-minus-junit4", "platform-test-annotations", "truth-prebuilt", "truth", "androidx.test.uiautomator_uiautomator", // Don't add SettingsLib libraries here - you can use them directly as they are in the // instrumented Settings app. ], errorprone: { javacflags: ["-Xep:CheckReturnValue:WARN"] javacflags: ["-Xep:CheckReturnValue:WARN"], }, // Include all test java files. Loading