summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-01-04 19:18:07 +0000
committerSpandan Das <spandandas@google.com>2024-01-06 00:08:10 +0000
commitd35f1a1cc99a1406523ece163ebd8d45cd74a0cd (patch)
treeba0e455c63a6df26b524894ca05ca4dae3dcf30c /Android.bp
parent3a1ad8c70dd4214e96c7853a91a43e73e5026909 (diff)
downloadbase-d35f1a1cc99a1406523ece163ebd8d45cd74a0cd.tar.gz
Make apex availability of framework-wifi-util-lib 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: I5c3fb582f290da2d5cedc65417ca126013941da5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ebdb1a1a9082..2113e4b85248 100644
--- a/Android.bp
+++ b/Android.bp
@@ -647,6 +647,7 @@ java_library {
lint: {
baseline_filename: "lint-baseline.xml",
},
+ apex_available: ["com.android.wifi"],
}
filegroup {