blob: ecd5637699d2f737deff949c4bfd7faccfe84452 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "CtsSettingsTestCases",
defaults: ["cts_defaults"],
test_suites: [
"cts",
"general-tests",
],
libs: ["android.test.runner"],
static_libs: [
"androidx.slice_slice-core",
"androidx.slice_slice-view",
"androidx.window_window",
"compatibility-common-util-devicesidelib",
"compatibility-device-util-axt",
"ctstestrunner-axt",
"junit",
"truth",
],
srcs: ["src/**/*.java"],
sdk_version: "test_current",
}