aboutsummaryrefslogtreecommitdiff
path: root/protobuf-lite/Android.bp
diff options
context:
space:
mode:
authorNeil Vohra <neilv@google.com>2022-08-23 21:45:17 +0000
committerNeil Vohra <neilv@google.com>2022-09-13 23:57:58 +0000
commit2331c487a3285a8e0737f58d98ea2a8fb1e743fa (patch)
treeab0a1d7bfff92fc2c14bbcd9bcbc4036ef68e748 /protobuf-lite/Android.bp
parentd5f521e041cc62328f839170f039de2ea85b8547 (diff)
downloadgrpc-grpc-java-2331c487a3285a8e0737f58d98ea2a8fb1e743fa.tar.gz
Set min_sdk_version and apex_available fields in gRPC libraries for use in AdServices module
Test: Presubmits Change-Id: Ib61861afd2d7531aeeecc6eea46b01b33273442b Bug: b/237838314 Merged-In: Ia0334515e78988bb13a61d7b68d6549003019fd0
Diffstat (limited to 'protobuf-lite/Android.bp')
-rw-r--r--protobuf-lite/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protobuf-lite/Android.bp b/protobuf-lite/Android.bp
index 2a2ed945c..983b09421 100644
--- a/protobuf-lite/Android.bp
+++ b/protobuf-lite/Android.bp
@@ -36,4 +36,6 @@ java_library {
"libprotobuf-java-lite",
],
sdk_version: "current",
+ min_sdk_version: "33",
+ apex_available: ["com.android.adservices"],
}