aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:26:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:26:14 +0000
commit925358ff17b7dac19374c09da11f0a7c2d0ad8bc (patch)
tree2f4a3c743f76618fab8b1d4f4c2f0a4c8b66b8f3
parentf32e3a36da192743e336d6d940b330f9b85359b9 (diff)
parent5917095d4152bc8ab198f899cd3794c5427d36ab (diff)
downloadokhttp-android13-mainline-ipsec-release.tar.gz
Snap for 9254005 from 5917095d4152bc8ab198f899cd3794c5427d36ab to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000android13-mainline-ipsec-release
Change-Id: I92019f6953908b11c9dfb9d19bb58b115cd2d3fa
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0db44d2..b160c15 100644
--- a/Android.bp
+++ b/Android.bp
@@ -140,7 +140,7 @@ java_library {
java_library {
name: "okhttp-norepackage",
host_supported: true,
-
+ apex_available: ["com.android.adservices"],
visibility: [
"//art/build/sdk",
"//external/grpc-grpc-java/okhttp",
@@ -164,6 +164,8 @@ java_library {
// Build against a "core_current" as it cannot use "current" as it has to
// build in manifests without frameworks/base.
sdk_version: "core_current",
+ // Make sure that this will be added to the sdk snapshot for S.
+ min_sdk_version: "S",
}
// Generate Version.java based on the version number from pom.xml.