aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-04 19:15:29 +0000
committerSpandan Das <spandandas@google.com>2024-01-04 19:15:29 +0000
commitaefd67e27fabd8c9f87c28dc480dc9985a2014c2 (patch)
tree7bf87cc2d4480d06fa6aefba03b77b8684b350cf
parent72bf38daf22425413e19100cd9ff3de5989ffa35 (diff)
downloadnanohttpd-aefd67e27fabd8c9f87c28dc480dc9985a2014c2.tar.gz
Make apex availability of libnanohttpd explicit
The availability to wifi apex was done implicitly using a baseline map in build/soong/apex/apex.go. Make this explicit in Android.bp Bug: 281077552 Test: m nothing Change-Id: I21855c507f82e605aa96a3127b2f065ae30be9bd
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b9552e8..45362ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,6 +29,7 @@ java_library {
srcs: ["core/src/main/**/*.java"],
sdk_version: "current",
min_sdk_version: "30",
+ apex_available: ["com.android.wifi"],
}
// This module target includes SimpleWebServer that supports additional functionality