aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:57 +0000
commit7557fe18b005db334f93ff995a347aa474742557 (patch)
tree38b6c9dfb13b7b099a77b85e14254419c184bc2e
parentf882b34df04bd41113a6d46a9319248bb6031503 (diff)
parenta8f58b3dc7a2e80fba1075281dc94192322f5771 (diff)
downloadgrpc-grpc-android13-mainline-media-swcodec-release.tar.gz
Change-Id: I91492c98a6abb3ce934ae6197aaef34cd1059557
-rw-r--r--Android.bp10
-rw-r--r--METADATA4
2 files changed, 10 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 3edd4b6a92..5f160560dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,15 @@ cc_defaults {
],
host_supported: true,
vendor_available: true,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
+ shared_libs: [
+ "libz",
+ ],
+ stl: "libc++",
+ min_sdk_version: "30"
}
cc_library_host_static {
@@ -957,7 +966,6 @@ cc_library_static {
],
whole_static_libs: [
"libgrpc_trace",
- "libz",
],
shared_libs: [
"liblog",
diff --git a/METADATA b/METADATA
index 240084ecf3..baa17703d0 100644
--- a/METADATA
+++ b/METADATA
@@ -1,6 +1,4 @@
third_party {
- # would be NOTICE save for MPL 2.0 in:
- # etc/roots.pem
- # src/android/test/interop/app/src/main/assets/roots.pem
+ license_note: "would be NOTICE save for MPL 2.0 in: etc/roots.pem and src/android/test/interop/app/src/main/assets/roots.pem"
license_type: RECIPROCAL
}