dre: Pick up USB configurations from QCOM
* If we want to override anything in particular, e.g. PID/VIDs we will create a seperate script named 'init.oplus.usb.rc'. Change-Id: I83882d8992eb367211871130c163f4ca5689fcd4
This commit is contained in:
parent
5dc7536c35
commit
34a40e275c
1 changed files with 5 additions and 0 deletions
|
@ -301,6 +301,8 @@ PRODUCT_PACKAGES += \
|
||||||
init.qcom.rc \
|
init.qcom.rc \
|
||||||
init.qcom.recovery.rc \
|
init.qcom.recovery.rc \
|
||||||
init.qcom.sh \
|
init.qcom.sh \
|
||||||
|
init.qcom.usb.rc \
|
||||||
|
init.qcom.usb.sh \
|
||||||
init.target.rc \
|
init.target.rc \
|
||||||
ueventd.qcom.rc
|
ueventd.qcom.rc
|
||||||
|
|
||||||
|
@ -502,6 +504,9 @@ PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
|
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
|
||||||
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
|
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml
|
||||||
|
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
vendor/qcom/opensource/usb/etc
|
||||||
|
|
||||||
# Vendor service manager
|
# Vendor service manager
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vndservicemanager
|
vndservicemanager
|
||||||
|
|
Loading…
Reference in a new issue