1//############################################
2// TvSettings Robolectric test target. #
3//############################################
4
5package {
6    // http://go/android-license-faq
7    // A large-scale-change added 'default_applicable_licenses' to import
8    // the below license kinds from "packages_apps_TvSettings_Settings_license":
9    //   SPDX-license-identifier-Apache-2.0
10    default_applicable_licenses: ["packages_apps_TvSettings_Settings_license"],
11}
12
13android_robolectric_test {
14    name: "TvSettingsRoboTests",
15
16    srcs: ["src/**/*.java"],
17
18    libs: ["services.core"],
19
20    java_resource_dirs: ["config"],
21
22    instrumentation_for: "TvSettings",
23
24    test_options: {
25        timeout: 36000,
26    },
27}
28