diff options
| author | 115ek <e.blosz@hotmail.de> | 2018-12-14 12:17:04 +0100 |
|---|---|---|
| committer | SpiritCroc <dev@spiritcroc.de> | 2018-12-17 19:30:02 +0100 |
| commit | f92f5d17d2e8128937ecf1f8bfe8d6b0470f3b23 (patch) | |
| tree | bc8c9e87e47d106ff9131b7ffc08b2042814efb9 | |
| parent | e78dd22ddedbe8d761610c82cbcdd52865f5444e (diff) | |
shinano-common: move bluetooth impl from msm8974-commono8.1
* 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
@@ -101,6 +101,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 |
