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
This commit is contained in:
parent
7432867822
commit
6de1b949cd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue