blob: 54ff30c30394be7fc50dfb9012cdc0d9c7c09627 [file] [log] [blame]
Colin Crosscea46d42018-08-20 14:35:09 -07001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badoure37c32e2021-02-12 19:42:55 -080015package {
16 default_applicable_licenses: ["Android-Apache-2.0"],
17}
18
Colin Crosscea46d42018-08-20 14:35:09 -070019filegroup {
Tadashi G. Takaokae2bd5c52019-04-15 14:29:33 +090020 name: "cts-wm-components-base",
Colin Crosscea46d42018-08-20 14:35:09 -070021 srcs: ["**/ComponentsBase.java"],
22}
Riddle Hsu3680b422019-10-25 21:02:27 +080023
Riddle Hsuc3cd6702019-10-26 01:22:43 +080024java_test_helper_library {
Riddle Hsu3680b422019-10-25 21:02:27 +080025 name: "cts-wm-app-base",
26
Riddle Hsuc3cd6702019-10-26 01:22:43 +080027 srcs: [
28 "src/**/*.java",
29 ":cts-wm-app-util",
Riddle Hsu3680b422019-10-25 21:02:27 +080030 ],
31
Riddle Hsuc3cd6702019-10-26 01:22:43 +080032 static_libs: [
33 "androidx.annotation_annotation",
34 ],
Riddle Hsu3680b422019-10-25 21:02:27 +080035
36 sdk_version: "test_current",
37}