blob: 640de016ce4a71544cf87e910440d1b53320b11f [file] [log] [blame]
Tri Vo73e61802016-11-02 11:33:27 -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 {
Zhuoyao Zhang8422f6a2017-02-17 18:20:58 -080018 name: "VtsHalVibratorV1_0TargetTest",
Tri Vo73e61802016-11-02 11:33:27 -070019 gtest: true,
Zhuoyao Zhang8422f6a2017-02-17 18:20:58 -080020 srcs: ["VtsHalVibratorV1_0TargetTest.cpp"],
Tri Vo73e61802016-11-02 11:33:27 -070021 shared_libs: [
Yifan Hongf9d30342016-11-30 13:45:34 -080022 "libbase",
Yifan Hongd2532c42016-12-07 16:58:15 -080023 "libhidlbase",
Tri Vo73e61802016-11-02 11:33:27 -070024 "liblog",
25 "libutils",
26 "android.hardware.vibrator@1.0",
27 ],
28 static_libs: ["libgtest"],
29 cflags: [
30 "-O0",
31 "-g",
32 ],
33}
34