blob: 8988bfd8b16d1d3bac112efa70365393fd267f25 [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",
Scott Randolph6c085582017-03-30 14:24:14 -070022 ],
Yuexi Mad56539e2018-03-21 10:47:22 -070023 defaults: ["VtsHalTargetTestDefaults"],
Scott Randolph6c085582017-03-30 14:24:14 -070024 shared_libs: [
Scott Randolph6c085582017-03-30 14:24:14 -070025 "libui",
Scott Randolph6c085582017-03-30 14:24:14 -070026 ],
Changyeon Joe4729712019-07-29 08:21:29 -070027 static_libs: [
28 "android.hardware.automotive.evs@1.0",
29 "android.hardware.automotive.evs@common-default-lib",
30 ],
Keun Soo YIMff84c372018-11-27 14:04:42 -080031 test_suites: ["general-tests"],
Scott Randolph6c085582017-03-30 14:24:14 -070032 cflags: [
33 "-O0",
34 "-g",
35 ],
36}