diff options
author | 2017-10-19 19:51:57 -0700 | |
---|---|---|
committer | 2017-10-19 20:15:41 -0700 | |
commit | 53b174e771fd1b0f736a6e5e3febb972fa03dd40 (patch) | |
tree | 4ca63cb216bdbd5bdcf8bc8e0a85f9817563df69 /BUILD.gn | |
parent | 1b53608403b5436958f6ba067da1ac6eace5e428 (diff) |
Linux: bluetooth.default.so -> libbluetooth.so
Also rename the build goal for both the library.
Bug: 67853426
Test: run Bluetooth
Change-Id: Ic5bd27f10ade0b068057049dd98c09e082cafee1
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ # This pulls in main/BUILD.gn and all of its dependencies. group("bluetooth") { deps = [ - "//main:bluetooth.default", + "//main:bluetooth", "//service:bluetoothtbd", ] } |