am 39cd81ce: am b1e212e7: New sensor HAL and test

Merge commit '39cd81ce725b28db98a4cb7b47f35c59e3a289e7'

* commit '39cd81ce725b28db98a4cb7b47f35c59e3a289e7':
  New sensor HAL and test
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 883cb47..87e9b39 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -240,6 +240,9 @@
 
         /* light in SI lux units */
         float           light;
+
+	/* pressure in hecto pascals */
+        float           pressure;
     };
 
     /* time is in nanosecond */