From b17346d30a6214660a72f2c312527d52c26c90f7 Mon Sep 17 00:00:00 2001 From: ujjwalkirorimal <38243573+ujjwalkirorimal@users.noreply.github.com> Date: Sat, 22 Jan 2022 14:44:24 +0100 Subject: [PATCH] sdm660-common: Adapt ANT stack to S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: pix106 --- BoardConfigCommon.mk | 3 --- sdm660.mk | 5 ----- 2 files changed, 8 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b383c985..9d5cee13 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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 diff --git a/sdm660.mk b/sdm660.mk index ca179a9c..c294c84f 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -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