From 2c1c08a1ac2ec6b9474de418edd22eb526fb4f33 Mon Sep 17 00:00:00 2001 From: Rex Hoffman Date: Wed, 8 Jan 2025 10:11:48 -0800 Subject: [PATCH] Remove no longer meaningful upstream: true flag. This used to direct robolectric tests to /external/robolectric rather than the older/unmaintained /external/robolectric-shadows, that has since been deleted. Change-Id: If5065b2d25b5e5d8850f50dd4b25bd0ea7e3dd5c Flag: TEST_ONLY Test: CI Bug: 386652866 --- tests/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index f666bba0cf..4bc654c7d0 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -226,6 +226,5 @@ android_robolectric_test { ], instrumentation_for: "Launcher3", plugins: ["dagger2-compiler"], - upstream: true, strict_mode: false, }