From 6de1b949cdb9142842f40de33929972d737024bc 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 a15c920..6f4e197 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -196,6 +196,9 @@ include device/qcom/sepolicy_vndr/SEPolicy.mk BOARD_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor +# USB +TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY := true + # Verified Boot BOARD_AVB_ENABLE := true BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --set_hashtree_disabled_flag