| commit | fd84518fae5b95c8fedd7163951a7b25f4f3c3fc | [log] [tgz] |
|---|---|---|
| author | Roopa Sattiraju <[email protected]> | Wed Dec 22 15:55:54 2021 -0800 |
| committer | Roopa Sattiraju <[email protected]> | Thu Dec 23 13:19:05 2021 -0800 |
| tree | 2ae473fc54853cf019705d14c747a9f199c59b24 | |
| parent | 625237135fc823dc6e2237d497ba6938aa5e6274 [diff] |
Adding libc++ and bt apex availablity to libs in grpc Bug: 206121418 Test: Compile Change-Id: I858aedceffe03026158158acfed5b52fc5f28547
diff --git a/Android.bp b/Android.bp index 3edd4b6..bd547c9 100644 --- a/Android.bp +++ b/Android.bp
@@ -48,6 +48,12 @@ ], host_supported: true, vendor_available: true, + apex_available: [ + "//apex_available:platform", + "com.android.bluetooth", + ], + stl: "libc++", + min_sdk_version: "30" } cc_library_host_static {