aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2017-10-19 19:51:57 -0700
committerJakub Pawlowski <jpawlowski@google.com>2017-10-19 20:15:41 -0700
commit121882e23ab1cc16ba634aa156e5046591cfae2f (patch)
treeb6dfd4564184dfd66fd3f7c410b3d70deef84f24 /BUILD.gn
parent8e16fd450f60dd263120e1354da7c946bd401da4 (diff)
downloadbt-121882e23ab1cc16ba634aa156e5046591cfae2f.tar.gz
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 618de1c32..e471a747b 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",
]
}