commit | a543a842e0dbab6f2801afa80837402e9cd85052 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Thu Jul 07 22:17:55 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Fri Jul 08 17:56:24 2022 +0000 |
tree | caef2b4ac0e981a10d144f016d9fc4ead0e03213 | |
parent | 7c0b79f00a17e0a284b519418655c539dc0f3940 [diff] |
libbinder: eliminate Binder.cpp dependency on IShellCallback Binder.cpp uses IShellCallback::asInterface to convert a Binder to an IShellCallback, but the return value is not currently used. This comments out that cast to eliminate the dependency on IShellCallback, so we can build a minimal libbinder without it. Bug: 224644083 Test: atest binderRpcTest Change-Id: I209b1d2fd32cd9538c27aa263a6bf0a7e479fab1