blob: 31d31a78fff8d9fe18849bbc67749371d61a80c9 [file] [log] [blame]
Julien Despreze96a2922019-07-12 17:21:16 -07001// Copyright 2019 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
15java_library_host {
16 name: "tradefed-test-framework",
17 defaults: ["tradefed_defaults"],
18 srcs: [
19 "com/**/*.java",
20 ],
Julien Desprez2eae54d2019-07-16 11:57:21 -070021 static_libs: [
22 "longevity-host-lib",
Gopinath Elanchezhian1741732a2020-01-07 21:24:34 -080023 "perfetto_metrics-full",
Julien Desprez2eae54d2019-07-16 11:57:21 -070024 "test-composers",
Julien Desprezb03608f2019-11-05 08:37:46 -080025 "truth-prebuilt",
Julien Desprez2eae54d2019-07-16 11:57:21 -070026 ],
Julien Despreze96a2922019-07-12 17:21:16 -070027 libs: [
Julien Desprez8f41e992019-07-15 11:43:55 -070028 "tradefed-lib-core",
Julien Desprez6d4164f2019-07-18 10:10:42 -070029 "loganalysis",
Julien Despreze96a2922019-07-12 17:21:16 -070030 ],
31}
32