aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-23 10:05:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-23 10:05:46 +0000
commitd90b8f1758f1fb07e412320a004d234b0c88e00c (patch)
tree2f4a3c743f76618fab8b1d4f4c2f0a4c8b66b8f3
parent134ade18539b75a540c27137a79cf2e44a0815b3 (diff)
parent5917095d4152bc8ab198f899cd3794c5427d36ab (diff)
downloadokhttp-android13-mainline-scheduling-release.tar.gz
Snap for 9098257 from 5917095d4152bc8ab198f899cd3794c5427d36ab to mainline-scheduling-releaseaml_sch_331113000aml_sch_331111000android13-mainline-scheduling-release
Change-Id: Ie2b35a7b23d1b4148320c6eb2f36f42ee971b565
-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.