From 07b156680d2f7230d4edf018d75f496f6b0a5d7b Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Wed, 23 Feb 2022 01:42:50 +0900 Subject: [PATCH] gts3l-common: boardconfig: Drop TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY It was never needed here anyway: gts3llte:/ $ cat /sys/class/typec/port0/supported_accessory_modes none Refers: https://review.lineageos.org/c/LineageOS/android_device_samsung_gts4lv-common/+/312411 Signed-off-by: Deokgyu Yang --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6854f1d..4551a92 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -187,9 +187,6 @@ TARGET_LD_SHIM_LIBS := \ /vendor/lib/hw/audio.primary.msm8996.so|libaudioprimary_shim.so \ /vendor/lib/hw/camera.msm8996.so|libshims_cameraclient.so -# USB -TARGET_QTI_USB_SUPPORTS_AUDIO_ACCESSORY := true - # Wifi BOARD_HAVE_SAMSUNG_WIFI := true BOARD_HAS_QCOM_WLAN := true