aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:16:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:16:44 +0000
commit5bd208f966c54eb39f5878ae27465711d1acd228 (patch)
tree38b6c9dfb13b7b099a77b85e14254419c184bc2e
parent0e25b202fa383f46a3fd738b1504752151bedf57 (diff)
parenta8f58b3dc7a2e80fba1075281dc94192322f5771 (diff)
downloadgrpc-grpc-android13-mainline-art-release.tar.gz
Change-Id: Ic9531a7027cf285fea104bf53eaf3e0c3a7f550f
-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
}