blob: 07fdeea72ba5a50ce97d631d08e7037533f3513b [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",
Steven Moreland48c52242017-03-08 16:11:32 -080019 defaults: ["hidl_defaults"],
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 ],
Yuexi Ma50d7e272017-02-28 01:46:51 -080028 static_libs: ["VtsHalHidlTargetBaseTest"],
Tri Vo73e61802016-11-02 11:33:27 -070029 cflags: [
30 "-O0",
31 "-g",
32 ],
33}
34