summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2023-02-01 22:29:27 +0000
committerRex Hoffman <rexhoffman@google.com>2023-02-01 22:29:27 +0000
commit4731eb19c51d80c547c05b86dabeb2bc6fd2d9a2 (patch)
treed3794d1c04b95f441e553b76020775beab6ad9a7 /tests
parentb81beba238e9d5a46ddd938344c576e1a0deb07d (diff)
downloadEmergencyInfo-4731eb19c51d80c547c05b86dabeb2bc6fd2d9a2.tar.gz
Update to /external/robolectric rather than older /external/robolectric-shadows
Bug: 261728063 Test: atest of soong robolectric module Change-Id: I92634ad4dbf021fc0b4de7ba6681d5a138e6f30d
Diffstat (limited to 'tests')
-rw-r--r--tests/robolectric/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/robolectric/Android.bp b/tests/robolectric/Android.bp
index 17d944eb..a4f52305 100644
--- a/tests/robolectric/Android.bp
+++ b/tests/robolectric/Android.bp
@@ -22,4 +22,5 @@ android_robolectric_test {
java_resource_dirs: ["config"],
static_libs: ["emergencyinfo-test-common"],
instrumentation_for: "EmergencyInfo",
+ //upstream: true,
}