d911e2cb6a
Change-Id: I993d76c70f50ae6f8f6c3f468d9a363fad6711d5
13 lines
523 B
Makefile
13 lines
523 B
Makefile
# Init scripts
|
|
PRODUCT_PACKAGES += \
|
|
init.qcom.usb.sh
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
|
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
|
|
|
|
# USB HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.0-service
|