summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2022-12-02 04:16:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-12-02 04:16:45 +0000
commitc0605a98fa35e37b6ffec7cf5b6136d2666c3de5 (patch)
treed227b13ec0502139bb24f3e479edf6d53506e8d9
parent83a6a374bfdee1ec06ea1d7d2a77f764ead70e33 (diff)
parent79b2cae9bebacd2c02a77ce32f29c24c57b3473e (diff)
downloadplatform_testing-c0605a98fa35e37b6ffec7cf5b6136d2666c3de5.tar.gz
Merge "use latest robolectric" into tm-qpr-dev
-rw-r--r--robolab/roboStandaloneProj/tests/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/robolab/roboStandaloneProj/tests/Android.bp b/robolab/roboStandaloneProj/tests/Android.bp
index eef86e471..3e5bf1070 100644
--- a/robolab/roboStandaloneProj/tests/Android.bp
+++ b/robolab/roboStandaloneProj/tests/Android.bp
@@ -29,13 +29,13 @@ android_robolectric_test {
java_resource_dirs: ["config"],
libs: [
- "Robolectric_all-target",
- "robolectric_android-all-stub",
"androidx.test.core",
"androidx.test.runner",
],
instrumentation_for: "MyRoboApplication",
+ upstream: true,
+
test_suites: ["general-tests"],
-} \ No newline at end of file
+}