sdm660-common: Enable TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY

We can handle analog audio just fine, no need to
inform the user that their device is not supported.
This commit is contained in:
LuK1337 2021-04-11 10:30:44 +05:30 committed by OdSazib
parent 215c9a506a
commit 57aed4aadb
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A

View file

@ -240,6 +240,9 @@ BOARD_USES_QC_TIME_SERVICES := true
# Use mke2fs to create ext4 images # Use mke2fs to create ext4 images
TARGET_USES_MKE2FS := true TARGET_USES_MKE2FS := true
# USB
TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY := true
# VNDK # VNDK
BOARD_VNDK_VERSION := current BOARD_VNDK_VERSION := current