diff options
author | 2024-05-02 20:36:09 +0000 | |
---|---|---|
committer | 2024-05-27 21:53:19 +0000 | |
commit | eef626abf400437981034ad3873797be0d22bf9a (patch) | |
tree | cbe36e7780a779e9c545b45792bfa2d3aa48c55c /services/robotests/backup | |
parent | 0bd336747122d84310e0404cd5f42de4bf6f0351 (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
Diffstat (limited to 'services/robotests/backup')
-rw-r--r-- | services/robotests/backup/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/robotests/backup/Android.bp b/services/robotests/backup/Android.bp index 569786b1e26f..3ace3fb11506 100644 --- a/services/robotests/backup/Android.bp +++ b/services/robotests/backup/Android.bp @@ -68,4 +68,6 @@ android_robolectric_test { upstream: true, + strict_mode: false, + } |