android_device_lenovo_msm89.../product/usb.mk
Bruno Martins ee1fd01107 msm8937-common: Drop USB HAL service
* None of the Xiaomi 8937 devices have support for dual role type-C,
   therefore there's no need to build it.
2018-07-12 00:00:06 +08:00

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