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