| commit | 1041d17a15ffe78f32852555e52d686e2010290b | [log] [tgz] |
|---|---|---|
| author | David Duarte <licorne@google.com> | Wed Jun 14 00:04:33 2023 +0000 |
| committer | David Duarte <licorne@google.com> | Wed Jun 14 00:04:33 2023 +0000 |
| tree | 8e84693faacc264ca43a0d0a32c0de38c2e5482f | |
| parent | f69fe3eed2fa459480d531d8e357ed1ce1a822e6 [diff] |
pandora-python-gen-src: Specify dependencies This is needed to use sandboxing on genrules Test: Manual diff with and without GENRULE_SANDBOXING=true only diff being order of some Union(s) `Union[host_pb2.Connection, None, bytes]` vs `Union[None, host_pb2.Connection, bytes]` Bug: 287071917 Change-Id: I3c7fac8d5fbfab5f4a6c73d40b03c67a7b26775d
Pandora Bluetooth test interfaces are Remote Procedure Call (RPC) interfaces exposed to testing tools to trigger behaviors within a Bluetooth stack under test. They are built using the following requirements and style guide.
A test interface is defined for each Bluetooth profile.