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,
 }