Skip to content
Snippets Groups Projects
Commit b4d543f6 authored by Kevin Liu's avatar Kevin Liu Committed by Android (Google) Code Review
Browse files

Merge "Add strict_mode: false" into main

parents e34d650e eef626ab
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,5 @@ android_robolectric_test {
],
java_resource_dirs: ["config"],
upstream: true,
strict_mode: false,
}
......@@ -26,4 +26,5 @@ android_robolectric_test {
instrumentation_for: "SettingsLibDataStoreShell",
coverage_libs: ["SettingsLibDataStore"],
upstream: true,
strict_mode: false,
}
......@@ -71,4 +71,6 @@ android_robolectric_test {
upstream: true,
java_resource_dirs: ["config"],
instrumentation_for: "SpaRoboApp",
strict_mode: false,
}
......@@ -64,6 +64,8 @@ android_robolectric_test {
timeout: 36000,
},
upstream: true,
strict_mode: false,
}
java_genrule {
......
......@@ -64,6 +64,8 @@ android_robolectric_test {
instrumentation_for: "FrameworksServicesLib",
upstream: true,
strict_mode: false,
}
filegroup {
......
......@@ -68,4 +68,6 @@ android_robolectric_test {
upstream: true,
strict_mode: false,
}
......@@ -69,4 +69,6 @@ android_robolectric_test {
upstream: true,
java_resource_dirs: ["config"],
instrumentation_for: "InputRoboApp",
strict_mode: false,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment