2016-10-29 17:44:10 +00:00
|
|
|
# Init scripts
|
|
|
|
PRODUCT_PACKAGES += \
|
2016-10-30 10:59:42 +00:00
|
|
|
init.qcom.usb.sh
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Permissions
|
|
|
|
PRODUCT_COPY_FILES += \
|
2017-01-03 05:20:43 +00:00
|
|
|
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
2016-10-29 17:44:10 +00:00
|
|
|
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
|
2017-08-22 20:18:33 +00:00
|
|
|
|
|
|
|
# USB HAL
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.usb@1.0-service
|