blob: 2ef33fdd11cc9cc58fc19963e1ef3fc82dbe2e6e [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 srcs: [
bansukkim815b52d2017-07-12 14:55:24 +090020 "VtsHalEvsV1_0TargetTest.cpp",
Scott Randolphfec62bc2017-04-25 17:52:25 -070021 "FrameHandler.cpp",
22 "FormatConvert.cpp"
Scott Randolph6c085582017-03-30 14:24:14 -070023 ],
Yuexi Mad56539e2018-03-21 10:47:22 -070024 defaults: ["VtsHalTargetTestDefaults"],
Scott Randolph6c085582017-03-30 14:24:14 -070025 shared_libs: [
Scott Randolph6c085582017-03-30 14:24:14 -070026 "libui",
Scott Randolph6c085582017-03-30 14:24:14 -070027 ],
Yuexi Mad56539e2018-03-21 10:47:22 -070028 static_libs: ["android.hardware.automotive.evs@1.0"],
Keun Soo YIMff84c372018-11-27 14:04:42 -080029 test_suites: ["general-tests"],
Scott Randolph6c085582017-03-30 14:24:14 -070030 cflags: [
31 "-O0",
32 "-g",
33 ],
34}