diff options
author | crancocco <shulaibai@hustunique.com> | 2016-05-02 23:08:12 +0800 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-08-02 19:12:20 +0200 |
commit | bea53bae720ff0f8aa61099e1c04e718ec296973 (patch) | |
tree | 583ce717d9897b73584a39ebab87be11d90e00ee /BoardConfigCommon.mk | |
parent | fa465ad9b38a9a8f0d636be5b4011ba275e5d8af (diff) |
msm8996-common: Add ANT+ support
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 104d178..1e02af3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -63,6 +63,9 @@ BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true TARGET_VENDOR_PROP += $(VENDOR_PATH)/vendor.prop +# ANT+ +BOARD_ANT_WIRELESS_DEVICE := "qualcomm-uart" + # Audio AUDIO_FEATURE_ENABLED_ACDB_LICENSE := true AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true |