Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 1 | // |
| 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 | |
| 17 | cc_test { |
| 18 | name: "VtsHalAudioV2_0TargetTest", |
Steven Moreland | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 19 | defaults: ["hidl_defaults"], |
Kevin Rocard | 06a2a40 | 2017-05-30 17:15:28 -0700 | [diff] [blame] | 20 | srcs: ["AudioPrimaryHidlHalTest.cpp", |
Kevin Rocard | b6d79ff | 2017-06-02 11:44:06 -0700 | [diff] [blame^] | 21 | "ValidateAudioConfiguration.cpp"], |
Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 22 | shared_libs: [ |
| 23 | "libbase", |
| 24 | "liblog", |
| 25 | "libhidlbase", |
Kevin Rocard | 624800c | 2017-03-10 18:47:37 -0800 | [diff] [blame] | 26 | "libhidltransport", |
Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 27 | "libutils", |
| 28 | "libcutils", |
Kevin Rocard | 06a2a40 | 2017-05-30 17:15:28 -0700 | [diff] [blame] | 29 | "libxml2", |
Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 30 | "android.hardware.audio@2.0", |
| 31 | "android.hardware.audio.common@2.0", |
Kevin Rocard | b6d79ff | 2017-06-02 11:44:06 -0700 | [diff] [blame^] | 32 | "android.hardware.audio.common.test.utility", |
Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 33 | ], |
Yuexi Ma | 161b564 | 2017-03-10 13:44:22 -0800 | [diff] [blame] | 34 | static_libs: ["VtsHalHidlTargetTestBase"], |
Kevin Rocard | f035788 | 2017-02-10 16:19:28 -0800 | [diff] [blame] | 35 | cflags: [ |
| 36 | "-O0", |
| 37 | "-g", |
| 38 | "-Wall", |
| 39 | "-Wextra", |
| 40 | "-Werror", |
| 41 | ], |
| 42 | } |