-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
4 changed files
with
0 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 += \ | ||
[email protected] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,16 +69,6 @@ vendor/lib64/hw/[email protected]|00015214071f7e8cdf5c9 | |
vendor/lib64/libbtnv.so|b5fc1d89ca68a5e39984b375ed308eb040007c73 | ||
vendor/lib64/libbt-hidlclient.so|56874d3b5e5981fa047a544a9ba8425de0228268 | ||
|
||
# Bluetooth ANT+ - from lavender - PKQ1.180904.001 | ||
lib64/[email protected]|3a19c81d66ef1190d0b2f361420d5cbf707cc600 | ||
-lib64/libantradio.so|456b6b2fda1450c852ad0b766143b9cf3c61cde0 | ||
lib/[email protected]|a31ea1978c494b5723fdf37bca09f36a02cd168e | ||
-lib/libantradio.so|d1f41ee14d4cd7b3a306a628bca5cc9e19027201 | ||
|
||
# Bluetooth ANT+ (vendor) | ||
vendor/lib64/hw/[email protected] | ||
vendor/lib64/[email protected]_vendor.so | ||
|
||
# Bluetooth (shared dependencies) - from LA.UM.7.5.r1-04800-8x96.0 | ||
lib64/[email protected]|1d96a8b1f94098c73bae36d36dbaa32aad304a96 | ||
vendor/lib64/[email protected]|1d96a8b1f94098c73bae36d36dbaa32aad304a96 | ||
|