summaryrefslogtreecommitdiff
path: root/sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2023-06-23 03:27:00 -0700
committerLinux Build Service Account <lnxbuild@localhost>2023-06-23 03:27:00 -0700
commit7c8943fde12ec5fb0f9629746c65e8b1bc78d1b4 (patch)
tree90440ebec891f481da400afd777c5543e662d415 /sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp
parentb3fa60314f030b03754610bb6c7a06a6e829929a (diff)
parent3e2ca930468dd371e5d125dccfc2595f9376d95b (diff)
Merge 3e2ca930468dd371e5d125dccfc2595f9376d95b on remote branch
Change-Id: If1cfbd071eda3663289762b17a2714cdef548869
Diffstat (limited to 'sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp')
-rw-r--r--sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp b/sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp
index d536e290b2..35220a2d31 100644
--- a/sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp
+++ b/sensors/aidl/vts/VtsAidlHalSensorsTargetTest.cpp
@@ -98,6 +98,7 @@ static void assertTypeMatchStringType(SensorType type, const std::string& string
CHECK_TYPE_STRING_FOR_SENSOR_TYPE(TILT_DETECTOR);
CHECK_TYPE_STRING_FOR_SENSOR_TYPE(WAKE_GESTURE);
CHECK_TYPE_STRING_FOR_SENSOR_TYPE(WRIST_TILT_GESTURE);
+ CHECK_TYPE_STRING_FOR_SENSOR_TYPE(HINGE_ANGLE);
default:
FAIL() << "Type " << static_cast<int>(type)
<< " in android defined range is not checked, "