Add an uncalibrated accelerometer type.
Add an uncalibrated accelerometer sensor type.
Test: Build compiles.
Change-Id: Iddc3b03abf0ba9beeec542eecf138b06d08355f2
diff --git a/include/hardware/sensors-base.h b/include/hardware/sensors-base.h
index 465b85d..330cbc4 100644
--- a/include/hardware/sensors-base.h
+++ b/include/hardware/sensors-base.h
@@ -49,6 +49,7 @@
SENSOR_TYPE_DYNAMIC_SENSOR_META = 32,
SENSOR_TYPE_ADDITIONAL_INFO = 33,
SENSOR_TYPE_LOW_LATENCY_OFFBODY_DETECT = 34,
+ SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED = 35,
SENSOR_TYPE_DEVICE_PRIVATE_BASE = 65536, // 0x10000
};