aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2021-03-04 09:55:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-04 09:55:41 +0000
commit502b3afc7bba75a3905ebac05c65d6e07d7a2253 (patch)
tree2433354bff1d58fac52d5510f5f192b90bea9198
parenta73a9bbd28ab7237d550cd1114e1ea01cf770fb4 (diff)
parent4863d8518113b374a2d6ae7e3be07965a802706a (diff)
downloadokhttp-502b3afc7bba75a3905ebac05c65d6e07d7a2253.tar.gz
Merge "Add min_sdk_version for ART module."
-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