OSDN Git Service

Empty interface IQuux which is completely unrelated to IBase and IBaz.
authorAndreas Huber <andih@google.com>
Tue, 4 Apr 2017 21:39:58 +0000 (14:39 -0700)
committerAndreas Huber <andih@google.com>
Tue, 4 Apr 2017 21:43:13 +0000 (14:43 -0700)
commit9fff7b862b9cc44f8638795c82fbf40c1a17c376
treead2e86edd8372d16a87233988a2010e998348291
parentda0bc84ec6f918b74b75fd8724137d1db4b9dd54
Empty interface IQuux which is completely unrelated to IBase and IBaz.

Used to verify that it's not possible to obtain an IQuux interface from an
IBase/IBaz binder, i.e. IHwBinder.asInterface(...) properly respects the
interfaceChain.

Bug: 36749201
Test: hidl_test_java
Change-Id: I84419e78db22acdfcc7d9972d22d139641469bde
tests/baz/1.0/Android.bp
tests/baz/1.0/Android.mk
tests/baz/1.0/IQuux.hal [new file with mode: 0644]