summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:27:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-03 02:27:38 +0000
commitf0ba5f6ebad79456ff0bad15d70faf581b4d2669 (patch)
treed227b13ec0502139bb24f3e479edf6d53506e8d9
parenta66123d99e103c77db04f2377fd839743f00b807 (diff)
parentc0605a98fa35e37b6ffec7cf5b6136d2666c3de5 (diff)
downloadplatform_testing-android13-d4-s1-release.tar.gz
Change-Id: I9d9937bfca089868d6ae90a69a0b15934bbba675
-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
+}