summaryrefslogtreecommitdiff
path: root/services/robotests/Android.bp
diff options
context:
space:
mode:
author Kevin Liu <congxiliu@google.com> 2024-05-02 20:36:09 +0000
committer Kevin Liu <congxiliu@google.com> 2024-05-31 21:58:48 +0000
commitc1c110eed2f0236019b8e537d247b6a68e4d4ebd (patch)
tree72e9de31369aeec0bfe0e8cda7c21139179396e8 /services/robotests/Android.bp
parentadfb344ce1c2cf5186ce4646641cafb2e2ff7332 (diff)
Add strict_mode: false
As strict mode is in place, the default strict_mode is now set to true. We are encourage teams to write tests in strict_mode to make tests Bivalent (able to run on device and devicelessly) For more info on strict mode: go/roboStrictMode Flag: NONE Test: atest SystemUiRoboTests, SpaRoboRNGTests, SettingsLibRoboTests, FrameworksServicesRoboTests, BackupFrameworksServicesRoboTests, InputRoboRNGTests Bug: 334089788 Change-Id: I9827910496af67eab33efddb7c32d8e40b497c13 Merged-In: I9827910496af67eab33efddb7c32d8e40b497c13
Diffstat (limited to 'services/robotests/Android.bp')
-rw-r--r--services/robotests/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/robotests/Android.bp b/services/robotests/Android.bp
index a70802ad3337..6c4158e60ebb 100644
--- a/services/robotests/Android.bp
+++ b/services/robotests/Android.bp
@@ -64,6 +64,8 @@ android_robolectric_test {
instrumentation_for: "FrameworksServicesLib",
upstream: true,
+
+ strict_mode: false,
}
filegroup {