aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-11-09 15:06:21 -0800
committerDavid Su <dysu@google.com>2020-11-09 23:18:16 +0000
commit8013e542bc7d072115fcb1d8dfb7b8d7de6d2df0 (patch)
tree270b248059bb5d385f36976655e663a751c52ceb
parentbaef72b2fbb849a527590cea85f15391cfc512fb (diff)
downloadnanohttpd-8013e542bc7d072115fcb1d8dfb7b8d7de6d2df0.tar.gz
nanohttpd: compile against min_sdk_version = 30
Bug: 171330443 Test: compiles Change-Id: Ia5142511392e8bdd7a2fd523b5265d131a07ae44
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 59f515d..ddaf1e9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,7 +4,8 @@
java_library {
name: "libnanohttpd",
srcs: ["core/src/main/**/*.java"],
- sdk_version: "30",
+ sdk_version: "current",
+ min_sdk_version: "30",
}
// This module target includes SimpleWebServer that supports additional functionality