commit | 2a29801557e65bf9d22b3295eb2d9af891ac39e9 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Wed Jun 15 01:08:54 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Fri Jul 08 17:56:23 2022 +0000 |
tree | fbf69150ff034a90d59319eb3cfdb95b2d0d9586 | |
parent | ec0d68e94557ade17f1729aedfb0b5cad97c8427 [diff] |
libbinder: mix and match binderRpcTest client and services For every combination of single/multi-threaded and kernel/no-kernel binderRpcTest, run every possible client combination against every combination of service. To make this possible, we split the service code into 4 separate executables (one per combination) and have the client code run each specific service using execl(). Bug: 224644083 Test: atest binderRpcTest Change-Id: Ie95a70c241be7dcfefc51f56b8d9ed95a864b860