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
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 1c6794d..7830ab4 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -98,6 +98,8 @@
     ],
 
     upstream: true,
+
+    strict_mode: false,
 }
 
 java_library {