blob: b759f6f687568795637e6ccca7b3465249aee235 [file] [log] [blame]
Andrew Scull6024d162017-04-17 18:58:12 +01001//
2// Copyright (C) 2017 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// TODO: move to a VTS test
18cc_test {
19 name: "esed_integration_tests",
20 proprietary: true,
21 srcs: [
22 "weaver_integration_tests.cpp",
23 ],
Chih-Hung Hsiehef2187d2017-10-25 15:15:03 -070024 cflags: ["-Wall", "-Werror"],
Andrew Scull6024d162017-04-17 18:58:12 +010025 host_supported: false,
26 shared_libs: [
27 "android.hardware.weaver@1.0",
Andrew Scull6024d162017-04-17 18:58:12 +010028 "libbase",
29 "libhidlbase",
30 "libhidltransport",
31 "libhwbinder",
32 "liblog",
33 "libutils",
34 ],
35}