commit | a33256b811e29cd8887c00b671cee1ef5f6de8f8 | [log] [tgz] |
---|---|---|
author | Jeff Tinker <jtinker@google.com> | Mon Apr 24 16:29:01 2017 -0700 |
committer | Jeff Tinker <jtinker@google.com> | Mon Apr 24 17:02:17 2017 -0700 |
tree | c551eaafb650129d86cd844789998d77daec56ac | |
parent | de173893c8ec5cff3264ac36b2a48bf2b021bd53 [diff] |
Fix VtsHalDrmV1_0Target test failure DrmHalVendorFactoryTest.EmptyPluginUUIDNotSupported was failing on 64 bit builds. The test was using an uninitialized hidl_array as the empty UUID which was incorrect. This change initializes the array contents to null values. Test: drm hal tests pass bug: 37172151 Change-Id: I0acb86921f0daceba30fa7879980ce819db64a74