commit | fa21e2140989c1738cf15e2958c9c70bd3558e04 | [log] [tgz] |
---|---|---|
author | Kevin Liu <congxiliu@google.com> | Fri May 03 19:53:15 2024 +0000 |
committer | Kevin Liu <congxiliu@google.com> | Tue Jun 04 00:31:43 2024 +0000 |
tree | 7618d0e093c5a3e699504470a2c8f43405155c79 | |
parent | 0a19d853fa8042e184788c2da2ed7d3b889b165a [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) Flag: NONE Test: atest ThemePickerRoboTests Bug: 334089788 Change-Id: Ieb68167d85dcf9006f207ba215d6b3dd5b5642b4 Merged-In: I91bd1d7648c42ce482c4b846c37e2beb6d814ffe
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index 4c67591..aae0227 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -35,4 +35,6 @@ upstream: true, instrumentation_for: "ThemePickerShell", + + strict_mode: false, }