land: Inherit common bluetooth LE product component

Change-Id: I06ed31cc7e4241b147085f51020f9e55c6a492af
This commit is contained in:
Zhao Wei Liew 2016-11-10 01:30:18 +08:00
parent 291f7a5e05
commit a9509ea545
3 changed files with 4 additions and 8 deletions

View file

@ -23,6 +23,7 @@ DEVICE_PACKAGE_OVERLAYS += \
# Include common product fragments
include $(CM_PATH)/common/ant.mk
include $(CM_PATH)/common/audio.mk
include $(CM_PATH)/common/bluetooth-le.mk
include $(CM_PATH)/common/consumerir.mk
include $(CM_PATH)/common/fingerprint.mk
include $(CM_PATH)/common/gello.mk

View file

@ -1,4 +1,7 @@
# Init scripts
PRODUCT_PACKAGES += \
init.qcom.bt.sh
PRODUCT_PACKAGES += \
fstab.qcom \
init.qcom.rc \

View file

@ -1,8 +0,0 @@
# Init
PRODUCT_PACKAGES += \
init.qcom.bt.sh
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml