Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2def0df8 authored by Jack He's avatar Jack He
Browse files

Cert: Remove dependency to libgrpc++_unsecure

* In newer version of libgrpc++, including both libgrpc++ and
  libgrpc++_unsecure will lead to ODR issue where some symbols
  are defined twice
* Since libgrpc++ is inclusive of libgrpc++_unsecure and we need
  features from libgrpc++, we can just remove the dependency to
  libgrpc++_unsecure to fix this ODR issue.
* When this ODR issue occurs, grpc::InsecureServerCredentials()
  will hang indefinitely, causing the test to timeout.
* Reference: https://github.com/grpc/grpc/issues/24422

Bug: 307877650
Test: m bluetooth_stack_with_facade && gd/cert/run --clean SimpleHalTest
Change-Id: I1f196ec44ab90588891d0a371744b3f816667dd9
parent d55051e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment