Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58bac88b authored by dk1978's avatar dk1978
Browse files

FP3: Enable ANT

Change-Id: If23b81282c2f81ed7bfc2209704b3ebb78bafc87
parent 97ee7462
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -55,6 +55,14 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>com.qualcomm.qti.ant</name>
        <version>1.0</version>
        <interface>
            <name>IAntHci</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="native" optional="false">
        <name>netutils-wrapper</name>
        <!--
+6 −1
Original line number Diff line number Diff line
@@ -432,7 +432,12 @@ PRODUCT_PACKAGES += \
    audio.bluetooth.default \
    android.hardware.bluetooth.audio@2.0-impl \
    android.hardware.bluetooth@1.0 \
    vendor.qti.hardware.btconfigstore@1.0.vendor
    vendor.qti.hardware.btconfigstore@1.0.vendor \
    com.dsi.ant.antradio_library \
    AntHalService

PRODUCT_COPY_FILES += \
    external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/com.dsi.ant.antradio_library.xml

# Wifi
PRODUCT_COPY_FILES += \
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@
<resources>
    <!-- Set the automatic brightness mode on by default -->
    <bool name="def_screen_brightness_automatic_mode">true</bool>
    <!-- Add ANT to list of toggleable radios -->
    <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi,nfc,wimax,ant</string>
    <string name="airplane_mode_toggleable_radios" translatable="false">bluetooth,wifi,nfc,ant</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -96,9 +96,11 @@ vendor/lib/btaudio_offload_if.so
vendor/lib/libbluetooth_audio_session_qti.so
vendor/lib/libbt-hidlclient.so
vendor/lib/libbtnv.so
vendor/lib/hw/com.qualcomm.qti.ant@1.0-impl.so
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so
vendor/lib64/libbtnv.so
vendor/lib64/libbt-hidlclient.so
vendor/lib64/hw/com.qualcomm.qti.ant@1.0-impl.so

# Bluetooth Audio
vendor/lib/com.qualcomm.qti.bluetooth_audio@1.0.so