diff options
| author | 2025-01-10 09:00:48 -0800 | |
|---|---|---|
| committer | 2025-01-10 09:00:48 -0800 | |
| commit | 82e3ee53286221fa4db8f39bec18a7e327fd45ab (patch) | |
| tree | 025475f4775ac2a43e350871105ec27770c45fc8 | |
| parent | 5124d5842cf5bf5a32776354219db5969ad486c6 (diff) | |
| parent | 4e506a03ee27864c4c65ea849fc99fcaf5ed2118 (diff) | |
Merge "Removing upstream flag as it is now the default. Also moving to internal robolectric projects to no longer use the _upstream suffix." into main
| -rw-r--r-- | libs/WindowManager/Shell/multivalentScreenshotTests/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/multivalentScreenshotTests/Android.bp b/libs/WindowManager/Shell/multivalentScreenshotTests/Android.bp index b6db6d93499d..4043a1c3e777 100644 --- a/libs/WindowManager/Shell/multivalentScreenshotTests/Android.bp +++ b/libs/WindowManager/Shell/multivalentScreenshotTests/Android.bp @@ -38,7 +38,6 @@ android_app { android_robolectric_test { name: "WMShellRobolectricScreenshotTests", instrumentation_for: "WMShellRobolectricScreenshotTestApp", - upstream: true, java_resource_dirs: [ "robolectric/config", ], |