From e4fc80012c4277d73355476c06e2cc858b007f66 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Wed, 15 Oct 2014 15:43:32 -0500 Subject: [PATCH] vs985: add bt init scripts Change-Id: I376ee72408132dcaeeee2e399f6314df13cae1b7 --- device.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device.mk b/device.mk index 4513471..fda695c 100644 --- a/device.mk +++ b/device.mk @@ -19,6 +19,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/lge/vs985/vs985-vendor.mk) +# Bluetooth +PRODUCT_PACKAGES += \ + init.galbi.bt.sh \ + init.galbi.bt_vendor.rc + # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay