blob: f1b57d715d64711f091ce42c260c4ae78f5f3796 [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
Bob Badourb224b362021-02-12 20:13:01 -080017package {
18 // See: http://go/android-license-faq
19 // A large-scale-change added 'default_applicable_licenses' to import
20 // all of the 'license_kinds' from "hardware_interfaces_license"
21 // to get the below license kinds:
22 // SPDX-license-identifier-Apache-2.0
23 default_applicable_licenses: ["hardware_interfaces_license"],
24}
25
Scott Randolph6c085582017-03-30 14:24:14 -070026cc_test {
Yuexi Ma5ca4ebe2017-08-02 12:44:48 -070027 name: "VtsHalEvsV1_0TargetTest",
Scott Randolph6c085582017-03-30 14:24:14 -070028 srcs: [
bansukkim815b52d2017-07-12 14:55:24 +090029 "VtsHalEvsV1_0TargetTest.cpp",
Scott Randolphfec62bc2017-04-25 17:52:25 -070030 "FrameHandler.cpp",
Scott Randolph6c085582017-03-30 14:24:14 -070031 ],
Yuexi Mad56539e2018-03-21 10:47:22 -070032 defaults: ["VtsHalTargetTestDefaults"],
Scott Randolph6c085582017-03-30 14:24:14 -070033 shared_libs: [
Scott Randolph6c085582017-03-30 14:24:14 -070034 "libui",
Scott Randolph6c085582017-03-30 14:24:14 -070035 ],
Changyeon Joe4729712019-07-29 08:21:29 -070036 static_libs: [
37 "android.hardware.automotive.evs@1.0",
38 "android.hardware.automotive.evs@common-default-lib",
39 ],
Dan Shiba894f82020-03-26 00:06:39 -070040 test_suites: ["vts"],
Scott Randolph6c085582017-03-30 14:24:14 -070041 cflags: [
42 "-O0",
43 "-g",
44 ],
45}