blob: b289709fdac680b31a1d677c37803e02ed312e6d [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 Rocard07183332017-07-18 12:29:39 -070032 ],
33 static_libs: [
34 "VtsHalHidlTargetTestBase",
Kevin Rocardb6d79ff2017-06-02 11:44:06 -070035 "android.hardware.audio.common.test.utility",
Kevin Rocardf0357882017-02-10 16:19:28 -080036 ],
Kevin Rocardf0357882017-02-10 16:19:28 -080037 cflags: [
38 "-O0",
39 "-g",
40 "-Wall",
41 "-Wextra",
42 "-Werror",
43 ],
44}