Add a new rule to generate the custom grpc interfaces

Soong was reading the content of the symbolic link instead of the
target of it. Thus instead of reading the content of protoc-gen-custom_grpc it
was reading the content of protoc-gen-custom_grpc.py, which was a
symbolic link to protoc-gen-custom_grpc.

Bug: 245747653
Test: manual

Change-Id: I37c0af2ffa6803ad1114fccbff4fdcf6914c54c1
2 files changed
tree: 532d063f1e10a9d29f8897b5528472a7085ba174
  1. doc/
  2. pandora/
  3. python/
  4. .gitignore
  5. Android.bp
  6. CONTRIBUTING.md
  7. LICENSE
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. OWNERS
  11. README.md
README.md

Pandora Bluetooth test interfaces

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.

Supported profiles

  • Host: interfaces for general methods (pairing, connection...).
  • A2DP: Advanced Audio Distribution Profile.