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:
parent
215c9a506a
commit
57aed4aadb
1 changed files with 3 additions and 0 deletions
|
@ -240,6 +240,9 @@ BOARD_USES_QC_TIME_SERVICES := true
|
|||
# Use mke2fs to create ext4 images
|
||||
TARGET_USES_MKE2FS := true
|
||||
|
||||
# USB
|
||||
TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY := true
|
||||
|
||||
# VNDK
|
||||
BOARD_VNDK_VERSION := current
|
||||
|
||||
|
|
Loading…
Reference in a new issue