blob: 61be339d80cf922399627bcfb4de11b5c1366eec [file] [edit]
//############################################################
// StorageManager Robolectric test target. #
//############################################################
package {
default_team: "trendy_team_nearby",
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "StorageManagerRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
libs: [
"truth",
],
instrumentation_for: "StorageManager",
test_options: {
timeout: 36000,
},
upstream: true,
strict_mode: false,
}