sdm660-common: Adapt ANT stack to S
* Drop Board flag as it is redundant now. * Drop deprecated ant-radio library * https://source.codeaurora.org/quic/la/platform/external/ant-wireless/ant_native/commit/?h=LA.UM.10.2.1.r1-02900-sdm660.0&id=795d048dee0814767edf4edaa54b33866b8aefb8 Signed-off-by: Martin Štrobl <recordyletsplays@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
fd60e5efe4
commit
b17346d30a
2 changed files with 0 additions and 8 deletions
|
@ -31,9 +31,6 @@ else
|
|||
OVERRIDE_TARGET_FLATTEN_APEX := true
|
||||
endif
|
||||
|
||||
# ANT+
|
||||
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
|
||||
|
||||
# Broken Files/Headers
|
||||
BUILD_BROKEN_MISSING_REQUIRED_MODULES := true
|
||||
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
||||
|
|
|
@ -114,13 +114,8 @@ PRODUCT_COPY_FILES += \
|
|||
# ANT+
|
||||
PRODUCT_PACKAGES += \
|
||||
AntHalService-Soong \
|
||||
com.dsi.ant.antradio_library \
|
||||
com.dsi.ant@1.0.vendor
|
||||
|
||||
# ANT Permission
|
||||
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
|
||||
|
||||
# AuthSecret
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.authsecret@1.0-service
|
||||
|
|
Loading…
Reference in a new issue