summaryrefslogtreecommitdiff
path: root/services/robotests/Android.bp
diff options
context:
space:
mode:
author Rex Hoffman <rexhoffman@google.com> 2023-12-22 06:40:52 +0000
committer Rex Hoffman <rexhoffman@google.com> 2024-01-05 13:03:46 +0000
commita1acb7d2a5b67a0b4f485118a5ef6f4e65da3f53 (patch)
treeb5de02726384d8c0f860ddfa438a0a07222039da /services/robotests/Android.bp
parenta9ede36fac28b8215f02d2ab38162d06bcadbc6b (diff)
Uptesting is moving folks to /external/robolectric from /external/robolectric-shadows
We maintain /external/robolectric (keep it in sync with github/google3) and are getting ready to delete /external/robolectric-shadows Bug: 314757990 Test: atest same failing tests before and after in services/robotests. Flag: NA Change-Id: Ie3d2e902ffcba6b9d159b78592f7d6ce31288a2f
Diffstat (limited to 'services/robotests/Android.bp')
-rw-r--r--services/robotests/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/robotests/Android.bp b/services/robotests/Android.bp
index 52eae21f9e66..a70802ad3337 100644
--- a/services/robotests/Android.bp
+++ b/services/robotests/Android.bp
@@ -57,9 +57,13 @@ android_robolectric_test {
],
static_libs: [
"androidx.test.ext.truth",
+ "Settings-robo-testutils",
+ "SettingsLib-robo-testutils",
],
instrumentation_for: "FrameworksServicesLib",
+
+ upstream: true,
}
filegroup {