OSDN Git Service

Fix tests for using IBase instead of IBinder.
authorYifan Hong <elsk@google.com>
Mon, 28 Nov 2016 22:50:15 +0000 (14:50 -0800)
committerYifan Hong <elsk@google.com>
Sat, 3 Dec 2016 09:09:23 +0000 (01:09 -0800)
commit1d747311b3aa3d208aedf3dfce97d134d57db723
tree24a4d511681317447f792496b1f77e5ed3c3e9af
parentebcc3328e8bd0415514751853a5de8010cc8c6ba
Fix tests for using IBase instead of IBinder.

Echoed interfaces cannot be casted properly, because
interfaceChain cannot be called. So the given vector
of interfaces is re-wrapped. This is temporary; when
b/33173166 is fixed, this change should be reverted.

Test: hidl_test

Generates: b/33173166

Change-Id: I12166f69cf04abf7485dc2455ad731b87c80b3d1
tests/bar/1.0/default/Bar.cpp