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 a dependency on an empty jar

Bug: 314757990
Test: atest (same 2 test fail before and after)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9ffe9efcc2a6ac38ef5160fb83ca82603110bf7e)
Merged-In: I22ff5b5da176fb99f6d2333bc4c26c5162b8f7ad
Change-Id: I22ff5b5da176fb99f6d2333bc4c26c5162b8f7ad
diff --git a/tests/Android.bp b/tests/Android.bp
index fe62aa7..5c115e1 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -35,7 +35,6 @@
 
     static_libs: [
         "localepicker",
-        "robolectric_android-all-stub",
         "Robolectric_all-target_upstream",
         "mockito-robolectric-prebuilt",
         "truth",