1package {
2    default_team: "trendy_team_input_framework",
3    // See: http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // all of the 'license_kinds' from "frameworks_base_license"
6    // to get the below license kinds:
7    //   SPDX-license-identifier-Apache-2.0
8    default_applicable_licenses: ["frameworks_base_license"],
9}
10
11java_library {
12    name: "apct-perftests-utils",
13    static_libs: [
14        "androidx.test.rules",
15        "androidx.annotation_annotation",
16    ],
17    // Build all java files in the java subdirectory
18    srcs: ["**/*.java"],
19}
20