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", |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 22 | ], |
Yuexi Ma | d56539e | 2018-03-21 10:47:22 -0700 | [diff] [blame] | 23 | defaults: ["VtsHalTargetTestDefaults"], |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 24 | shared_libs: [ |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 25 | "libui", |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 26 | ], |
Changyeon Jo | e472971 | 2019-07-29 08:21:29 -0700 | [diff] [blame] | 27 | static_libs: [ |
| 28 | "android.hardware.automotive.evs@1.0", |
| 29 | "android.hardware.automotive.evs@common-default-lib", |
| 30 | ], |
Keun Soo YIM | ff84c37 | 2018-11-27 14:04:42 -0800 | [diff] [blame] | 31 | test_suites: ["general-tests"], |
Scott Randolph | 6c08558 | 2017-03-30 14:24:14 -0700 | [diff] [blame] | 32 | cflags: [ |
| 33 | "-O0", |
| 34 | "-g", |
| 35 | ], |
| 36 | } |