summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Gabriel Biren <gbiren@google.com> 2024-10-08 21:50:19 +0000
committer Gabriel Biren <gbiren@google.com> 2024-10-08 22:44:47 +0000
commit354a333d785f82c7530e6c4fc1bacce030ae5fcb (patch)
tree99230b789ae58a6f33786b530eab785ba3a86fff
parent654edc5be71926dbf2183dfd97793bbf745a9da7 (diff)
Add a feature flag for the mainline supplicant feature.
Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: m Change-Id: I29dffbb24502b4e9c1d8a0d611a2b27beb796c0a
-rw-r--r--flags/wifi_flags.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/flags/wifi_flags.aconfig b/flags/wifi_flags.aconfig
index 4bc9941cb2..e04d78c0fb 100644
--- a/flags/wifi_flags.aconfig
+++ b/flags/wifi_flags.aconfig
@@ -188,3 +188,11 @@ flag {
bug: "361651437"
is_fixed_read_only: true
}
+
+flag {
+ name: "mainline_supplicant"
+ namespace: "wifi"
+ description: "Use the secondary supplicant binary stored in the mainline module"
+ bug: "365585450"
+ is_fixed_read_only: true
+}