From 3d508d0d1217c68552485779c009ac3bbed619ec Mon Sep 17 00:00:00 2001 From: Rex Hoffman Date: Wed, 8 Jan 2025 21:05:34 +0000 Subject: [PATCH] Removing upstream flag as it is now the default. Also moving to internal robolectric projects to no longer use the _upstream suffix. Test: CI Bug: 386652866 Change-Id: Ic4376619f01834a97ec10c33c283fd7cab45900f --- tests/robotests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 552e8cce3d3..3b70def561f 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -109,7 +109,7 @@ java_library { name: "Settings-robo-testutils", srcs: ["testutils/**/*.java"], libs: [ - "Robolectric_all-target_upstream", + "Robolectric_all-target", "Settings-core", "mockito-robolectric-prebuilt", "truth",