blob: 90f659ba76b60152693becd81794874f0b66f10a [file] [log] [blame]
Sasha Smundak0df50d12019-05-23 14:50:54 -07001// Copyright (C) 2014 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 Badour21c8a122021-02-03 18:34:19 -080015package {
16 default_applicable_licenses: ["Android-Apache-2.0"],
17}
18
Sasha Smundak0df50d12019-05-23 14:50:54 -070019java_test_host {
20 name: "CtsStatsdHostTestCases",
21
22 srcs: ["src/**/*.java"],
23
24 // tag this module as a cts test artifact
25 test_suites: [
26 "cts",
Sasha Smundak0df50d12019-05-23 14:50:54 -070027 "general-tests",
Kimberly Kreider74df6282020-12-15 16:16:48 -080028 "mts-statsd",
Sasha Smundak0df50d12019-05-23 14:50:54 -070029 ],
30
31 libs: [
Sasha Smundak0df50d12019-05-23 14:50:54 -070032 "compatibility-host-util",
Howard Roae0f0c02019-12-04 13:48:16 -080033 "cts-tradefed",
Sasha Smundak0df50d12019-05-23 14:50:54 -070034 "host-libprotobuf-java-full",
35 "platformprotos",
Howard Roae0f0c02019-12-04 13:48:16 -080036 "tradefed",
Lalit Maganti17970752020-06-18 19:23:15 +010037 "truth-prebuilt",
Will Brockmane18ce1a2020-03-20 15:18:38 -040038 ],
39 static_libs: [
Lalit Maganti17970752020-06-18 19:23:15 +010040 "core_cts_test_resources",
Jeffrey Huang01aaa182020-07-09 20:02:52 -070041 "perfetto_config-full",
Sasha Smundak0df50d12019-05-23 14:50:54 -070042 ],
Dan Shi2d318612019-07-26 21:19:07 -070043 data: [
44 "**/*.pbtxt",
45 ":CtsStatsdApp",
46 ],
Sasha Smundak0df50d12019-05-23 14:50:54 -070047}