summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2023-02-01 23:38:22 +0000
committerRex Hoffman <rexhoffman@google.com>2023-02-01 23:38:22 +0000
commit6d1129c791bfd99149f00975bf12ed3bb78843da (patch)
tree0f2da5fa7d095595318278fb906488039a018939
parent2bfc10a8af4f49da5dc1f9b5373972496aa26a61 (diff)
downloadMms-6d1129c791bfd99149f00975bf12ed3bb78843da.tar.gz
Update to /external/robolectric rather than older /external/robolectric-shadows
Bug: 261728063 Test: atest of soong robolectric module Change-Id: Ia6297abf3a189e89bb90bdc8f6a4af5e69968da8
-rw-r--r--tests/robotests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 1b170c0..5821367 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -19,4 +19,5 @@ android_robolectric_test {
],
instrumentation_for: "MmsService",
+ upstream: true,
}