summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
author Jakub Pawlowski <jpawlowski@google.com> 2017-10-19 19:51:57 -0700
committer Jakub Pawlowski <jpawlowski@google.com> 2017-10-19 20:15:41 -0700
commit53b174e771fd1b0f736a6e5e3febb972fa03dd40 (patch)
tree4ca63cb216bdbd5bdcf8bc8e0a85f9817563df69 /BUILD.gn
parent1b53608403b5436958f6ba067da1ac6eace5e428 (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.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 618de1c322..e471a747b4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",
]
}