summaryrefslogtreecommitdiff
path: root/sdm660_64.mk
diff options
context:
space:
mode:
authorSriharsha Allenki <sallenki@codeaurora.org>2017-07-31 14:14:41 +0530
committerSriharsha Allenki <sallenki@codeaurora.org>2017-07-31 14:18:50 +0530
commitedcbe9aedc556d925d8defa2e5b5d33ab5c53974 (patch)
treefef608402416e1b28135f566848bca13f2015ff7 /sdm660_64.mk
parente820d59ae6e5d2ae69045c38d51928bab0ee9a0d (diff)
sdm660: Add USB binderized HAL service to PRODUCT_PACKAGES
The Treble project introduced binderized hal in Android O. For USB part, its Binderized hal was not compiled, thus the usb_hal service which was implemented in the hal can not be loaded by UsbPortManager. Add android.hardware.usb@1.0-service to PRODUCT_PACKAGES. Change-Id: I6269b4f3fd982bc22abd21ef8a84e7b51bfb11f7 Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r--sdm660_64.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk
index 4784e68..86dfeb7 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -170,6 +170,9 @@ PRODUCT_PACKAGES += android.hardware.camera.provider@2.4-impl
# Enable binderized camera HAL
PRODUCT_PACKAGES += android.hardware.camera.provider@2.4-service
+PRODUCT_PACKAGES += \
+ android.hardware.usb@1.0-service
+
# Sensor features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \