commit | 8c1d5ff5b6859bdcf878a1947f96a1ecf560d8e5 | [log] [tgz] |
---|---|---|
author | Kevin Liu <congxiliu@google.com> | Fri May 03 19:38:12 2024 +0000 |
committer | Kevin Liu <congxiliu@google.com> | Tue Jun 04 00:32:42 2024 +0000 |
tree | 47447ff83cd9e33a78f89bcabfaddddf33656760 | |
parent | 4c647972fe6975cef37b0db6d3ccf2c7ca1931b6 [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 SettingsRoboTests Bug: 334089788 Change-Id: I4381446dac381a34747043c564cf5288a2e16725 Merged-In: I4381446dac381a34747043c564cf5288a2e16725
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index ea58f6e..5749873 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -95,6 +95,8 @@ ], upstream: true, + + strict_mode: false, } java_library {