Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa21e214 authored by Kevin Liu's avatar Kevin Liu
Browse files

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
parent 0a19d853
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,4 +35,6 @@ android_robolectric_test {
    upstream: true,

    instrumentation_for: "ThemePickerShell",

    strict_mode: false,
}