xref: /aosp_15_r20/test/catbox/target_preparers/Android.bp (revision cf2b7170afc0c862dd83220c810a915824e7d4c6)
1*cf2b7170SAndroid Build Coastguard Worker// Copyright (C) 2022 The Android Open Source Project
2*cf2b7170SAndroid Build Coastguard Worker//
3*cf2b7170SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
4*cf2b7170SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
5*cf2b7170SAndroid Build Coastguard Worker// You may obtain a copy of the License at
6*cf2b7170SAndroid Build Coastguard Worker//
7*cf2b7170SAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
8*cf2b7170SAndroid Build Coastguard Worker//
9*cf2b7170SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
10*cf2b7170SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
11*cf2b7170SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*cf2b7170SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
13*cf2b7170SAndroid Build Coastguard Worker// limitations under the License.
14*cf2b7170SAndroid Build Coastguard Worker
15*cf2b7170SAndroid Build Coastguard Workerpackage {
16*cf2b7170SAndroid Build Coastguard Worker    default_applicable_licenses: ["Android-Apache-2.0"],
17*cf2b7170SAndroid Build Coastguard Worker}
18*cf2b7170SAndroid Build Coastguard Worker
19*cf2b7170SAndroid Build Coastguard Workerjava_library_host {
20*cf2b7170SAndroid Build Coastguard Worker    name: "catbox-preparer-lib",
21*cf2b7170SAndroid Build Coastguard Worker    srcs: ["src/**/*.java"],
22*cf2b7170SAndroid Build Coastguard Worker    libs: [
23*cf2b7170SAndroid Build Coastguard Worker        "tradefed",
24*cf2b7170SAndroid Build Coastguard Worker        "loganalysis",
25*cf2b7170SAndroid Build Coastguard Worker        "tools-common-prebuilt",
26*cf2b7170SAndroid Build Coastguard Worker        "compatibility-tradefed",
27*cf2b7170SAndroid Build Coastguard Worker        "compatibility-host-util",
28*cf2b7170SAndroid Build Coastguard Worker    ]
29*cf2b7170SAndroid Build Coastguard Worker}