klte-common: Add USB service

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba36
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:53:28 +03:00 committed by Kevin F. Haggerty
parent c724309890
commit 5ee3d1d904
2 changed files with 13 additions and 0 deletions

View File

@ -151,6 +151,10 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-8974.conf:system/etc/thermal-engine-8974.conf
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service
# Wifi
PRODUCT_PACKAGES += \
libnetcmdiface \

View File

@ -112,4 +112,13 @@
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.usb</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IUsb</name>
<instance>default</instance>
</interface>
</hal>
</manifest>