sm6250-common: Use QTI USB init configs from USB HAL repo

Change-Id: Ic9dc848773e996c60de0e9f273a7e9eaec178b3b
This commit is contained in:
Sebastiano Barezzi 2021-06-30 11:47:34 +02:00 committed by Alexander Winkowski
parent 068695c76f
commit 252b9680bf
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -366,5 +366,12 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service
PRODUCT_PACKAGES += \
init.qcom.usb.rc \
init.qcom.usb.sh
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/opensource/usb/etc
# Inherit proprietary targets
$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)