From 8c1d5ff5b6859bdcf878a1947f96a1ecf560d8e5 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 3 May 2024 19:38:12 +0000 Subject: [PATCH] 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 --- tests/robotests/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index ea58f6efb3b..5749873856c 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -95,6 +95,8 @@ android_robolectric_test { ], upstream: true, + + strict_mode: false, } java_library {