blob: e15dc0e59fd2d885a6b3454fb250fe34b8e2c071 [file] [log] [blame] [edit]
// Copyright 2023 Google Inc. All Rights Reserved.
//
// 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"],
default_team: "trendy_team_framework_accessibility",
}
android_test {
name: "AccessibilityMicrobenchmark",
srcs: ["src/**/*.java"],
static_libs: [
"collector-device-lib",
"ub-uiautomator",
"androidx.core_core",
"androidx.core_core-ktx",
"androidx.test.core",
"androidx.test.espresso.core",
"androidx.test.ext.junit",
"androidx.test.runner",
"androidx.test.rules",
"compatibility-device-util-axt",
"junit",
"microbenchmark-device-lib",
"launcher-helper-lib",
"app-helpers-handheld-interfaces",
"handheld-app-helpers",
"platform-test-options",
"platform-test-rules",
"truth",
],
libs: [
"android.test.runner",
"android.test.base",
],
sdk_version: "test_current",
test_suites: ["device-tests"],
resource_dirs: ["res"],
}