From 57aed4aadb68c8f2ed5544ba30c5350d5f289723 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 11 Apr 2021 10:30:44 +0530 Subject: [PATCH] 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. --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 150914c1..66b4a26a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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