Add com.android.wifi to the libnl
apex_available list.

Also requires adding a min_sdk_version
to use this in the Wifi mainline Apex,
which may be installed on older devices.

Bug: 365585450
Test: m
Change-Id: I240eb8f45ee019b0176a67ef3fc47f98754bb671
diff --git a/Android.bp b/Android.bp
index e711be0..ec41474 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,5 +108,7 @@
     apex_available: [
         "//apex_available:platform",
         "com.android.virt",
+        "com.android.wifi",
     ],
+    min_sdk_version: "apex_inherit",
 }