OSDN Git Service

Linux vendor driver linkage fixes
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 10 Mar 2016 17:25:48 +0000 (09:25 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 10 Mar 2016 17:55:35 +0000 (17:55 +0000)
commita3196a937e253e6e03eef5e234f91acfb598f409
tree5027e6df7cee1769f2dc764c168a70e4775c5304
parent14a73093ba78d237959f625fd27bd4edd9f0ff48
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