OSDN Git Service

nanohub: Fix error in HAL definition
authorAlexey Polyudov <apolyudov@google.com>
Thu, 14 Apr 2016 17:28:35 +0000 (10:28 -0700)
committerAlexey Polyudov <apolyudov@google.com>
Fri, 15 Apr 2016 19:09:24 +0000 (12:09 -0700)
commited7197e35848f630314f4dbceb48678ca7307009
tree15f58fafc5d3a06e6424ff5d372dcc1b91210c11
parentc331570b5a381f9bbdccb7f2d463aee200ea0a46
nanohub: Fix error in HAL definition

HAL info structure can not have pointers
Ideally this would become variable sized array,
but JNI is expecting fixed-size array here,
so, define reasonable size (2), which fits all the
known cases.

Change-Id: I1752d5bef9db60570b03a8dc8e54da2277aca95a
Signed-off-by: Alexey Polyudov <apolyudov@google.com>
include/hardware/context_hub.h