From cd09fddfabc9670658c7406ede730fed11bf6870 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 10 Apr 2021 11:00:09 +0200 Subject: [PATCH] sm8250-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. Change-Id: I7dda01e7bd2560e8c782245dea3f3b7519c3b0b6 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e8af72b..4289e39 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -186,6 +186,9 @@ BOARD_SEPOLICY_M4DEFS += \ # Treble BOARD_VNDK_VERSION := current +# USB +TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY := true + # Verified Boot BOARD_AVB_ENABLE := true BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --set_hashtree_disabled_flag