aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:54:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:54:00 +0000
commit94b6f1ff34da91de77cbd349c1567e138a3eeb09 (patch)
tree38b6c9dfb13b7b099a77b85e14254419c184bc2e
parent290d63db283bfe06b671b076abe26c79e9743d19 (diff)
parenta8f58b3dc7a2e80fba1075281dc94192322f5771 (diff)
downloadgrpc-grpc-aml_cbr_331013010.tar.gz
Change-Id: Ib0092438ed994384392bba1ca631cfb2ce1a4e77
-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
}