blob: 6e5c84cde10d96429aa975db86e585accaa72589 [file] [log] [blame]
Tomasz Wasilczyk213170b2017-02-07 17:38:21 -08001//
2// Copyright (C) 2017 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
17cc_test {
18 name: "VtsHalBroadcastradioV1_1TargetTest",
Steven Moreland48c52242017-03-08 16:11:32 -080019 defaults: ["hidl_defaults"],
Tomasz Wasilczyk213170b2017-02-07 17:38:21 -080020 srcs: ["VtsHalBroadcastradioV1_1TargetTest.cpp"],
21 shared_libs: [
22 "libbase",
23 "liblog",
24 "libcutils",
25 "libhidlbase",
26 "libhidltransport",
27 "libnativehelper",
28 "libutils",
29 "android.hardware.broadcastradio@1.0",
30 "android.hardware.broadcastradio@1.1",
31 ],
Tomasz Wasilczykc9ba6462017-07-07 13:28:00 -070032 static_libs: [
33 "VtsHalHidlTargetTestBase",
Tomasz Wasilczykc1763a62017-07-25 10:01:17 -070034 "android.hardware.broadcastradio@1.1-utils-lib",
35 "android.hardware.broadcastradio@1.1-vts-utils-lib",
Tomasz Wasilczykc9ba6462017-07-07 13:28:00 -070036 "libgmock",
37 ],
Tomasz Wasilczyk213170b2017-02-07 17:38:21 -080038 cflags: [
Tomasz Wasilczykc9ba6462017-07-07 13:28:00 -070039 "-Wextra",
Tomasz Wasilczyk213170b2017-02-07 17:38:21 -080040 "-O0",
41 "-g",
42 ],
43}