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: I91bd1d7648c42ce482c4b846c37e2beb6d814ffe
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index 5c0f388..3661d5d 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -1,3 +1,4 @@
+
 package {
     default_team: "trendy_team_android_kernel",
     default_applicable_licenses: ["Android-Apache-2.0"],
@@ -44,4 +45,6 @@
     upstream: true,
 
     instrumentation_for: "ThemePickerShell",
+
+    strict_mode: false,
 }