aboutsummaryrefslogtreecommitdiff
path: root/msm8996.mk
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2019-03-27 14:04:37 +0800
committerDavide Garberi <dade.garberi@gmail.com>2019-05-15 21:03:03 +0200
commit544f72589efed0d251f54377269d5ab43da8ca88 (patch)
tree1aa8b5a7362a79bc1d1b38ab5c4b5c14027e1f75 /msm8996.mk
parent8ab725708be1487d08637a854f524c31652d66ff (diff)
msm8996-common: Remove ANT+
* ANT+ HIDL implementation was removed from stock Pie BT stack * The previous qualcomm-uart implementation is not compatible with QTI BT HAL so there's no way to keep it Change-Id: I33547eb7de5e77120f4acfc174ab10566070810d
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-xmsm8996.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/msm8996.mk b/msm8996.mk
index 20861bc..4ead034 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -45,7 +45,6 @@ TARGET_BOOTANIMATION_HALF_RES := true
# Permissions
PRODUCT_COPY_FILES += \
- external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.dsi.ant.antradio_library.xml \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
@@ -90,11 +89,6 @@ PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
-# ANT+
-PRODUCT_PACKAGES += \
- AntHalService \
- com.dsi.ant.antradio_library
-
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@4.0-impl \