summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2024-01-19 00:04:10 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2024-01-19 00:04:10 +0000
commited4979467746a10024bc1924fc5e90b7d5a9fab7 (patch)
tree35c9fdac1c83d22955f1178c2f2235aa21eb37b3
parentd9fe7f55baf866ed174332c3a23aec343eb948bb (diff)
downloadNotification-ed4979467746a10024bc1924fc5e90b7d5a9fab7.tar.gz
Clean up empty jar reference
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 Removing an empty jar dependency. Bug: 314757990 Test: atest CarNotificationRoboTests (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c68dd0e7d659691c4b332a4f84bf8d5ea2ae97f6) Merged-In: I61b1f05ceac4e05945b9064bc30246e65d8a0341 Change-Id: I61b1f05ceac4e05945b9064bc30246e65d8a0341
-rw-r--r--tests/robotests/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 51ee9cfa..cceb0ca3 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -24,7 +24,6 @@ android_robolectric_test {
],
libs: [
- "robolectric_android-all-stub",
"androidx.test.rules",
"androidx.test.core",
"truth",