diff options
| author | dev-harsh1998 <harshit.india@linaro.org> | 2017-09-06 00:17:51 +0530 |
|---|---|---|
| committer | dev-harsh1998 <harshitjain6751@gmail.com> | 2017-10-18 12:39:37 +0530 |
| commit | ff3b6a1cd4b4b08017fbcae56b970f6a99cdde02 (patch) | |
| tree | ca0a44c5cb0a7fd41ff9c13d546523faed26f0e0 | |
| parent | 2c7dd131bb7f6d3a2ff051792b4f5b35ae31a996 (diff) | |
a6000: Add some HIDL hals into build roaster
Change-Id: I3eaed8d7961c6c5700ff42bd31580607ff034f02
| -rw-r--r-- | product/lights.mk | 1 | ||||
| -rw-r--r-- | product/qcom-camera.mk | 2 | ||||
| -rw-r--r-- | product/qcom-gps.mk | 1 | ||||
| -rw-r--r-- | product/sensors.mk | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/product/lights.mk b/product/lights.mk index 0514fd3..9cdda8a 100644 --- a/product/lights.mk +++ b/product/lights.mk @@ -1,3 +1,4 @@ # Lights PRODUCT_PACKAGES += \ + android.hardware.light@2.0-impl \ lights.msm8916 diff --git a/product/qcom-camera.mk b/product/qcom-camera.mk index 98e2406..df15ab7 100644 --- a/product/qcom-camera.mk +++ b/product/qcom-camera.mk @@ -1,5 +1,7 @@ # Camera PRODUCT_PACKAGES += \ + android.hardware.camera.provider@2.4-impl \ + camera.device@3.2-impl \ camera.msm8916 \ libmm-qcamera \ Snap diff --git a/product/qcom-gps.mk b/product/qcom-gps.mk index 5732bda..ea9b16b 100644 --- a/product/qcom-gps.mk +++ b/product/qcom-gps.mk @@ -1,5 +1,6 @@ # GPS PRODUCT_PACKAGES += \ + android.hardware.gnss@1.0-impl \ gps.msm8916 PRODUCT_COPY_FILES += \ diff --git a/product/sensors.mk b/product/sensors.mk index ee16371..0ea5068 100644 --- a/product/sensors.mk +++ b/product/sensors.mk @@ -1,5 +1,6 @@ # Sensors PRODUCT_PACKAGES += \ + android.hardware.sensors@1.0-impl \ accelcal \ AccCalibration \ sensord \ |
