aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2017-03-31 11:25:04 -0700
committerdd3boh <dade.garberi@gmail.com>2017-09-07 13:41:55 +0200
commit1f2855969e4874afe70f2e74cf241668223a29fa (patch)
treea324582ed6677695f9e7bb33384f08ed9f4b5e9f
parentaf921dfc112a1098bd33955107b831f516a7fe5a (diff)
oneplus3: Add libbt-vendor in device-common.mk
Bug: 36810308 Test: build Change-Id: Iae4a6340a184dde818603b546470c8cf883f2f7b
-rw-r--r--device.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 5242ea2..beda727 100644
--- a/device.mk
+++ b/device.mk
@@ -102,8 +102,9 @@ PRODUCT_COPY_FILES += \
# Bluetooth
PRODUCT_PACKAGES += \
- android.hardware.bluetooth@1.0-impl
-
+ android.hardware.bluetooth@1.0-impl \
+ libbt-vendor
+
# Camera
PRODUCT_PACKAGES += \
Snap