aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-10-26 14:43:47 -0700
committerDavid Su <dysu@google.com>2020-10-26 14:48:43 -0700
commitbaef72b2fbb849a527590cea85f15391cfc512fb (patch)
tree84b96b3070fdfe1a9ccb5d3888cfdc6a32b93fbf
parent3cb8f0e945d55abde7b3abc560d4697cd8a51cb0 (diff)
downloadnanohttpd-baef72b2fbb849a527590cea85f15391cfc512fb.tar.gz
nanohttpd - compile against sdk level 30
Bug: 171330443 Test: compiles Change-Id: I9558ca0c0675de8422fc3ea0b209f80428f119a8
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index acbfd63..59f515d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,7 +4,7 @@
java_library {
name: "libnanohttpd",
srcs: ["core/src/main/**/*.java"],
- sdk_version: "current",
+ sdk_version: "30",
}
// This module target includes SimpleWebServer that supports additional functionality