From a75ea0b8cb17a126cdf0fef5e1c1bade1e36f546 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Wed, 8 May 2024 01:43:53 +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) Flag: NONE Test: atest Launcher3RoboTests Bug: 334089788 Change-Id: I4b4f2ef9a21926eef63fcada81355b928bbe2870 --- tests/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Android.bp b/tests/Android.bp index 3822ff8e0c..ef987945f3 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -211,4 +211,5 @@ android_robolectric_test { ], instrumentation_for: "Launcher3", upstream: true, + strict_mode: false, }