commit | f651614c69d4f908d71839f9a41cd39db23a11ef | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Mon Dec 19 17:17:09 2016 -0800 |
committer | Eino-Ville Talvala <etalvala@google.com> | Mon Dec 19 17:18:22 2016 -0800 |
tree | d223dc77d5f957cf53064c17552885097932a1b4 | |
parent | fcbb5d22139d89532180f472920fbe462f941195 [diff] |
camera.device@3.2: Add missing field name to NotifyMsg NotifyMsg's message union isn't actually instantiated. Test: Compiles Bug: 30985004 Change-Id: I214045208b624a1777ec0bd4353f268e4033166a
diff --git a/camera/device/3.2/types.hal b/camera/device/3.2/types.hal index 3ce5037..505b6ba 100644 --- a/camera/device/3.2/types.hal +++ b/camera/device/3.2/types.hal
@@ -635,7 +635,7 @@ * Shutter message contents. Valid if type is MsgType::SHUTTER */ ShutterMsg shutter; - }; + } msg; };