2016-10-29 17:44:10 +00:00
|
|
|
# Init scripts
|
|
|
|
PRODUCT_PACKAGES += \
|
2016-10-30 10:59:42 +00:00
|
|
|
init.qcom.usb.rc \
|
|
|
|
init.qcom.usb.sh
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Permissions
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml
|