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
This commit is contained in:
Rex Hoffman
2025-01-08 10:11:48 -08:00
parent 569e032b24
commit 2c1c08a1ac
-1
View File
@@ -226,6 +226,5 @@ android_robolectric_test {
],
instrumentation_for: "Launcher3",
plugins: ["dagger2-compiler"],
upstream: true,
strict_mode: false,
}