aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-03-03 21:59:11 +0000
committerNicolas Geoffray <ngeoffray@google.com>2021-03-03 21:59:11 +0000
commit4863d8518113b374a2d6ae7e3be07965a802706a (patch)
tree2433354bff1d58fac52d5510f5f192b90bea9198
parent5dc27fcd5e8b128b940c71c0f8f7c0e791078d77 (diff)
downloadokhttp-4863d8518113b374a2d6ae7e3be07965a802706a.tar.gz
Add min_sdk_version for ART module.
Bug: 180399951 Test: m Change-Id: I22b62d3d41078204b637bf246542049aa8ee6147
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5c9242d..9312078 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,6 +103,7 @@ java_library {
"com.android.art",
"com.android.art.debug",
],
+ min_sdk_version: "31",
}
// Java Library for both Host and Android that does not use the repackaged okhttp libraries