summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2022-01-24 12:42:19 -0800
committerDmitry Shmidt <dimitrysh@google.com>2022-01-24 12:45:56 -0800
commit4dbb45658f7df2d01126c90c3261f85d6efd685a (patch)
tree11dc0533b31c652859bd28d8c66e0bbe11e6aca3
parenteb22a43786a627bd5d9112476927afc24a35bf89 (diff)
downloadyukawa-android-s-v2-beta-3.tar.gz
Bug: 215535680 Test: make TARGET_VIM3L=true TARGET_SENSOR_MEZZANINE=neonkey TARGET_KERNEL_USE=4.19 -j24 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> Change-Id: Ifceb9ae9d7c28079bc6bf9bfbefcf824265624d7
-rw-r--r--device-common.mk4
-rw-r--r--sensorhal/manifest.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk
index 9fdae2c..ab941b2 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -262,8 +262,8 @@ PRODUCT_PACKAGES += \
sensors.yukawa \
android.hardware.sensors@1.0-service \
android.hardware.sensors@1.0-impl \
- android.hardware.contexthub@1.0-service \
- android.hardware.contexthub@1.0-impl
+ android.hardware.contexthub@1.2-service \
+ android.hardware.contexthub@1.2-impl
# Nanohub tools
PRODUCT_PACKAGES += stm32_flash nanoapp_cmd nanotool
diff --git a/sensorhal/manifest.xml b/sensorhal/manifest.xml
index 7dc1856..c96df98 100644
--- a/sensorhal/manifest.xml
+++ b/sensorhal/manifest.xml
@@ -2,7 +2,7 @@
<hal format="hidl">
<name>android.hardware.contexthub</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.2</version>
<interface>
<name>IContexthub</name>
<instance>default</instance>