blob: daae7388eae03e3f26282e1a69c5d0605c6d975b [file] [log] [blame]
Kevin Rocardf0357882017-02-10 16:19:28 -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: "VtsHalAudioV2_0TargetTest",
Steven Moreland48c52242017-03-08 16:11:32 -080019 defaults: ["hidl_defaults"],
Kevin Rocard06a2a402017-05-30 17:15:28 -070020 srcs: ["AudioPrimaryHidlHalTest.cpp",
Kevin Rocardb6d79ff2017-06-02 11:44:06 -070021 "ValidateAudioConfiguration.cpp"],
Kevin Rocardf0357882017-02-10 16:19:28 -080022 shared_libs: [
23 "libbase",
24 "liblog",
25 "libhidlbase",
Kevin Rocard624800c2017-03-10 18:47:37 -080026 "libhidltransport",
Kevin Rocardf0357882017-02-10 16:19:28 -080027 "libutils",
28 "libcutils",
Kevin Rocard06a2a402017-05-30 17:15:28 -070029 "libxml2",
Kevin Rocardf0357882017-02-10 16:19:28 -080030 "android.hardware.audio@2.0",
31 "android.hardware.audio.common@2.0",
Kevin Rocardb6d79ff2017-06-02 11:44:06 -070032 "android.hardware.audio.common.test.utility",
Kevin Rocardf0357882017-02-10 16:19:28 -080033 ],
Yuexi Ma161b5642017-03-10 13:44:22 -080034 static_libs: ["VtsHalHidlTargetTestBase"],
Kevin Rocardf0357882017-02-10 16:19:28 -080035 cflags: [
36 "-O0",
37 "-g",
38 "-Wall",
39 "-Wextra",
40 "-Werror",
41 ],
42}