ee1fd01107
* None of the Xiaomi 8937 devices have support for dual role type-C, therefore there's no need to build it.
13 lines
587 B
Makefile
13 lines
587 B
Makefile
# Init scripts
|
|
PRODUCT_PACKAGES += \
|
|
init.qcom.usb.sh
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.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
|
|
|
|
# USB
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.sys.usb.config.extra=none
|