summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-04 19:36:30 +0000
committerSpandan Das <spandandas@google.com>2024-01-04 19:36:30 +0000
commit9ef5605569fde1b2917f1247a5a7abd43018fb86 (patch)
treee9b6e54581ed4922875351c21d4d1b45387e41a6
parent2cbad41e563492ff09ae6738e7213172d87b7f8f (diff)
downloadksoap2-9ef5605569fde1b2917f1247a5a7abd43018fb86.tar.gz
Make apex availability of ksoap2 explicit
The availability to com.android.wifi 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: I25755e78d72361f02cd3ef3121896b4e81dbd975
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c3f6393..7a91b65 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,4 +33,5 @@ java_library {
sdk_version: "system_current",
min_sdk_version: "30",
srcs: ["**/*.java"],
+ apex_available: ["com.android.wifi"],
}