summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
author Rex Hoffman <rexhoffman@google.com> 2024-12-29 19:45:07 +0000
committer Rex Hoffman <rexhoffman@google.com> 2025-01-08 10:25:25 -0800
commit6175e8855a8092d79069e77ae158ce0c8deb5c7a (patch)
tree3a6e8a3240eb1e6d2b6bc975bcb2670224d2b33f /service
parentc1563865d21361edb4d1e55ba9a78c8a3eb199dc (diff)
Remove robolectric upstream option as it is now enabled by default
Test: m non needed - no-op change Bug: 386652866 Change-Id: Iadb9aad6f6ad4d1930580efb0d498c4baa6b9a66
Diffstat (limited to 'service')
-rw-r--r--service/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 5fbf29b91c..8cb304be07 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -226,7 +226,6 @@ android_robolectric_test {
],
sdk_version: "test_current",
- upstream: true,
test_suites: ["general-tests"],
strict_mode: false,
}