commit | 6f09ce1dd6bba8550d05896a595caf1b9b47ba71 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Fri Sep 23 09:08:26 2016 -0700 |
committer | David Pursell <dpursell@google.com> | Fri Sep 23 10:28:08 2016 -0700 |
tree | 061f5f56a1b42e6c033002267042fc6e2046c60e | |
parent | 75bb94fe7e90ab36f9dfd19577a5cdab491cca66 [diff] |
libgui: add a test for Sensor serialization. On a few test boards we've hit a problem with Sensor serialization causing a SIGBUS due to misaligned access. This is being fixed in Flattenable.h, but adding a test here to verify the fix and detect regression seems like a good idea. Bug: http://b/31671510 Test: adb shell /data/nativetest/libgui_test/libgui_test \ --gtest_filter=SensorTest.* Change-Id: I233359b04789dabe2246b95051290e101e0bd2c1