blob: 4c7017c26e5a853d0c1e924e94a191f5caac0930 [file] [log] [blame]
Andre Eisenbach89ba5282016-10-13 15:45:02 -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
16cc_library_shared {
17 name: "android.hardware.bluetooth@1.0-impl",
18 relative_install_path: "hw",
19 srcs: [
20 "async_fd_watcher.cc",
21 "bluetooth_hci.cc",
22 "vendor_interface.cc",
23 ],
24 shared_libs: [
25 "liblog",
26 "libcutils",
27 "libhardware",
28 "libhwbinder",
29 "libbase",
30 "libcutils",
31 "libutils",
32 "libhidlbase",
33 "libhidltransport",
34 "android.hardware.bluetooth@1.0",
35 ],
36}