summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-03 08:54:07 -0400
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-03 08:54:07 -0400
commitd365fa07f166cb431c56d41af8780feef4999b5e (patch)
tree84f5ebe61e3e9c152fcd641b5cfcec1ad6c500d7
parent91c4d92e594dc85df44eb7083770be881aa8b7d1 (diff)
downloaddevice_samsung_midas_common-d365fa07f166cb431c56d41af8780feef4999b5e.tar.gz
device_samsung_midas_common-d365fa07f166cb431c56d41af8780feef4999b5e.tar.bz2
device_samsung_midas_common-d365fa07f166cb431c56d41af8780feef4999b5e.zip
Revert "Add Bluetooth support"
This reverts commit 91c4d92e594dc85df44eb7083770be881aa8b7d1. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--manifest.xml9
-rw-r--r--midas.mk8
2 files changed, 1 insertions, 16 deletions
diff --git a/manifest.xml b/manifest.xml
index d83f9df..f596300 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -141,13 +141,4 @@
<instance>default</instance>
</interface>
</hal>
- <hal>
- <name>android.hardware.bluetooth</name>
- <transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>IBluetoothHci</name>
- <instance>default</instance>
- </interface>
- </hal>
</manifest>
diff --git a/midas.mk b/midas.mk
index 1165355..32e7235 100644
--- a/midas.mk
+++ b/midas.mk
@@ -36,11 +36,6 @@ PRODUCT_PACKAGES += \
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
-# Bluetooth HW support
-PRODUCT_PACKAGES += \
- android.hardware.bluetooth@1.0-service.btlinux \
- android.hardware.bluetooth.audio@2.0-impl
-
# OEM Lock HAL
PRODUCT_PACKAGES += \
android.hardware.oemlock@1.0-service
@@ -163,5 +158,4 @@ PRODUCT_COPY_FILES += device/samsung/midas-common/prevent_suspend.rc:system/etc/
# Enable Hardware compoments on the framework level
PRODUCT_COPY_FILES += \
- frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
- frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml
+ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml