OSDN Git Service

Linux vendor driver linkage fixes
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 10 Mar 2016 17:25:48 +0000 (09:25 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 25 Mar 2016 20:17:16 +0000 (13:17 -0700)
commit3fc1a40c0b9bda27852fe721e5c39ce0c58aeb42
tree662698fc5b354d0e0e6a831d665a3a152d0dd099
parent130cc57aef1507e6c5dc888cde5d3b24efa07587
Linux vendor driver linkage fixes

Linux driver depends on osi, so it must be linked with it.
It also must export bt_vendor_interface_t, and named properly,
otherwise it is not being recognized as vendor library.

Bug: 27589244
Change-Id: Ib6817b11e4226f2e289ff0d521daca059ca9aca6
vendor_libs/linux/BUILD.gn
vendor_libs/linux/bt_vendor_linux.c