blob: 5d696fc4b1e1fb3856b5040fc087625512a5d12a [file] [log] [blame]
Scott Randolph6c085582017-03-30 14:24:14 -07001//
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
17cc_test {
Yuexi Ma5ca4ebe2017-08-02 12:44:48 -070018 name: "VtsHalEvsV1_0TargetTest",
Scott Randolph6c085582017-03-30 14:24:14 -070019
20 srcs: [
bansukkim815b52d2017-07-12 14:55:24 +090021 "VtsHalEvsV1_0TargetTest.cpp",
Scott Randolphfec62bc2017-04-25 17:52:25 -070022 "FrameHandler.cpp",
23 "FormatConvert.cpp"
Scott Randolph6c085582017-03-30 14:24:14 -070024 ],
25
Yuexi Mad56539e2018-03-21 10:47:22 -070026 defaults: ["VtsHalTargetTestDefaults"],
Scott Randolph6c085582017-03-30 14:24:14 -070027
28 shared_libs: [
Scott Randolph6c085582017-03-30 14:24:14 -070029 "libui",
Scott Randolph6c085582017-03-30 14:24:14 -070030 ],
31
Yuexi Mad56539e2018-03-21 10:47:22 -070032 static_libs: ["android.hardware.automotive.evs@1.0"],
Scott Randolph6c085582017-03-30 14:24:14 -070033
34 cflags: [
35 "-O0",
36 "-g",
37 ],
38}