Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2016 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 { |
Yuexi Ma | 5ca4ebe | 2017-08-02 12:44:48 -0700 | [diff] [blame] | 18 | name: "VtsHalEvsV1_0TargetTest", |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 19 | srcs: [ |
bansukkim | 815b52d | 2017-07-12 14:55:24 +0900 | [diff] [blame] | 20 | "VtsHalEvsV1_0TargetTest.cpp", |
Scott Randolph | fec62bc | 2017-04-25 17:52:25 -0700 | [diff] [blame] | 21 | "FrameHandler.cpp", |
| 22 | "FormatConvert.cpp" |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 23 | ], |
Yuexi Ma | d56539e | 2018-03-21 10:47:22 -0700 | [diff] [blame] | 24 | defaults: ["VtsHalTargetTestDefaults"], |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 25 | shared_libs: [ |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 26 | "libui", |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 27 | ], |
Yuexi Ma | d56539e | 2018-03-21 10:47:22 -0700 | [diff] [blame] | 28 | static_libs: ["android.hardware.automotive.evs@1.0"], |
Keun Soo YIM | ff84c37 | 2018-11-27 14:04:42 -0800 | [diff] [blame^] | 29 | test_suites: ["general-tests"], |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 30 | cflags: [ |
| 31 | "-O0", |
| 32 | "-g", |
| 33 | ], |
| 34 | } |