diff options
author | 115ek <e.blosz@hotmail.de> | 2018-12-14 12:17:04 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:13 +0200 |
commit | ad805adfc7774118fa49df6cf0f888311f240876 (patch) | |
tree | 9c798cc0b6a08e70d4054945a734d7d53aa912d2 | |
parent | 1456a1e3e7811f42b8645aaae498f2cb075778ed (diff) |
shinano-common: move bluetooth impl from msm8974-common
* rhine also uses msm8974-common but has got problems with bluetooth impl so we move it to shinano-only
Change-Id: I49302f246a2aa9f5b1c83883a661807396b21010
-rw-r--r-- | shinano.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -100,6 +100,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf +# Bluetooth treble +PRODUCT_PACKAGES += \ + android.hardware.bluetooth@1.0-impl + # Filesystem management tools PRODUCT_PACKAGES += \ e2fsck |