sm6225-common: Build QTI USB 1.3
Change-Id: Ic5be4a49c8b31099820b46a95026221f411b45de
This commit is contained in:
parent
40a9ff8480
commit
cae638f112
2 changed files with 11 additions and 2 deletions
11
bengal.mk
11
bengal.mk
|
@ -326,7 +326,8 @@ PRODUCT_SHIPPING_API_LEVEL := 31
|
|||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
$(LOCAL_PATH) \
|
||||
vendor/qcom/opensource/usb/etc
|
||||
|
||||
# Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -343,6 +344,14 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_BOOT_JARS += \
|
||||
telephony-ext
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.3-service-qti
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
init.qcom.usb.rc \
|
||||
init.qcom.usb.sh
|
||||
|
||||
# Vendor ramdisk
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/rootdir/etc/fstab.qcom_ramdisk:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.qcom
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
#import /vendor/etc/init/hw/init.qti.ufs.rc
|
||||
#import /vendor/etc/init/hw/init.qcom.usb.rc
|
||||
import /vendor/etc/init/hw/init.qcom.usb.rc
|
||||
#import /vendor/etc/init/hw/init.qcom.test.rc
|
||||
import /vendor/etc/init/hw/init.target.rc
|
||||
import /vendor/etc/init/hw/init.qcom.factory.rc
|
||||
|
|
Loading…
Reference in a new issue