yukawa: Fix contexthub manifest version

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
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 @@
     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>