diff options
author | 2024-05-02 20:36:09 +0000 | |
---|---|---|
committer | 2024-05-31 21:58:48 +0000 | |
commit | c1c110eed2f0236019b8e537d247b6a68e4d4ebd (patch) | |
tree | 72e9de31369aeec0bfe0e8cda7c21139179396e8 /packages/SystemUI/Android.bp | |
parent | adfb344ce1c2cf5186ce4646641cafb2e2ff7332 (diff) |
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
Flag: NONE
Test: atest SystemUiRoboTests, SpaRoboRNGTests, SettingsLibRoboTests, FrameworksServicesRoboTests, BackupFrameworksServicesRoboTests, InputRoboRNGTests
Bug: 334089788
Change-Id: I9827910496af67eab33efddb7c32d8e40b497c13
Merged-In: I9827910496af67eab33efddb7c32d8e40b497c13
Diffstat (limited to 'packages/SystemUI/Android.bp')
-rw-r--r-- | packages/SystemUI/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index b48cac58d7ba..9db8200f17be 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -456,6 +456,8 @@ android_robolectric_test { plugins: [ "dagger2-compiler", ], + + strict_mode: false, } // Opt-out config for optimizing the SystemUI target using R8. |