commit | bee99e7e573378fed99c1bbecde63e27ab56f19f | [log] [tgz] |
---|---|---|
author | Kevin Liu <congxiliu@google.com> | Fri May 03 20:36:59 2024 +0000 |
committer | Kevin Liu <congxiliu@google.com> | Tue Jun 04 00:35:41 2024 +0000 |
tree | 40ac50298658145fa959aba5bcf549ba53eddc40 | |
parent | ac569f593bc07643db0219a4a827fa032241d37b [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 Test: atest MmsServiceRoboTests Bug: 334089788 Change-Id: Ic0260d083c2283e44b495536fe640ff71d5acb2f Merged-In: I6d66bc286415af158c586000bc96e4f2af06ee9a
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 9689e31..0c41dbf 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -21,4 +21,6 @@ instrumentation_for: "MmsService", upstream: true, + + strict_mode: false, }