Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -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 { |
Zhuoyao Zhang | f7693ee | 2017-02-16 14:58:55 -0800 | [diff] [blame] | 18 | name: "VtsHalRadioV1_0TargetTest", |
Steven Moreland | 691a455 | 2017-03-08 15:58:46 -0800 | [diff] [blame] | 19 | defaults: ["hidl_defaults"], |
Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -0800 | [diff] [blame] | 20 | srcs: ["radio_hidl_hal_test.cpp", |
| 21 | "radio_response.cpp", |
Sanket Padawe | fe7c7a3 | 2017-03-09 11:05:46 -0800 | [diff] [blame] | 22 | "radio_hidl_hal_voice.cpp", |
Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -0800 | [diff] [blame] | 23 | "radio_hidl_hal_icc.cpp", |
Shuoq | 064ee51 | 2017-02-27 16:35:56 -0800 | [diff] [blame] | 24 | "radio_hidl_hal_sms.cpp", |
Zhuoyao Zhang | f7693ee | 2017-02-16 14:58:55 -0800 | [diff] [blame] | 25 | "VtsHalRadioV1_0TargetTest.cpp"], |
Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -0800 | [diff] [blame] | 26 | shared_libs: [ |
| 27 | "libbase", |
| 28 | "liblog", |
| 29 | "libcutils", |
| 30 | "libhidlbase", |
| 31 | "libhidltransport", |
Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -0800 | [diff] [blame] | 32 | "libnativehelper", |
| 33 | "libutils", |
| 34 | "android.hardware.radio@1.0", |
| 35 | ], |
Yuexi Ma | 6b87201 | 2017-03-10 00:42:13 -0800 | [diff] [blame^] | 36 | static_libs: ["VtsHalHidlTargetTestBase"], |
Sanket Padawe | e4c6323 | 2017-02-07 15:58:34 -0800 | [diff] [blame] | 37 | cflags: [ |
| 38 | "-O0", |
| 39 | "-g", |
| 40 | ], |
Shuoq | 064ee51 | 2017-02-27 16:35:56 -0800 | [diff] [blame] | 41 | } |