blob: 76ee264c7524e52ca6f33275d33d7a91aff0605e [file]
//
// Copyright (C) 2024 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "CtsWindowManagerSdk35TestCases",
team: "trendy_team_windowing_sdk",
defaults: ["cts_defaults"],
srcs: [
"src/**/*.java",
":cts-wm-activity-record-input-sink-test-base",
":cts-wm-untrusted-touch-test-base",
":cts-wm-window-policy-test-base",
],
static_libs: [
"androidx.test.ext.junit",
"androidx.test.rules",
"com.android.window.flags.window-aconfig-java",
"cts-input-lib",
"cts-wm-overlayapp-base",
"cts-wm-shared",
"cts-wm-util",
"flag-junit",
"platform-test-annotations",
"truth",
],
test_suites: [
"cts",
"general-tests",
],
sdk_version: "test_current",
target_sdk_version: "35",
data: [
":CtsDeviceServicesTestSecondApp",
":CtsDeviceServicesTestThirdApp",
],
}