From 8b0624892ed221d0c9270f366c594f7db6817cbe Mon Sep 17 00:00:00 2001 From: rmp22 <195054967+rmp22@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:47:22 +0000 Subject: [PATCH] release: Wifi multiuser flag Change-Id: I72205b7762d6052ed0c22a6e44ceb68545a14831 --- release/aconfig/bp2a/Android.bp | 1 + .../Android.bp | 22 +++++++++++++++++++ ...ings_wifi_multiuser_declarations.textproto | 6 +++++ 3 files changed, 29 insertions(+) create mode 100644 release/aconfig/bp2a/com.android.settings.connectivity/Android.bp create mode 100644 release/aconfig/bp2a/com.android.settings.connectivity/settings_wifi_multiuser_declarations.textproto diff --git a/release/aconfig/bp2a/Android.bp b/release/aconfig/bp2a/Android.bp index 8b0f534a..58b529e9 100644 --- a/release/aconfig/bp2a/Android.bp +++ b/release/aconfig/bp2a/Android.bp @@ -19,6 +19,7 @@ aconfig_value_set { "aconfig-values-bp2a-android.app-all", "aconfig-values-bp2a-android.media.codec-all", "aconfig-values-bp2a-com.android.launcher3-all", + "aconfig-values-bp2a-com.android.settings.connectivity-all", "aconfig-values-bp2a-com.android.settings.flags-all", "aconfig-values-bp2a-com.android.settingslib.flags-all", "aconfig-values-bp2a-com.android.settingslib.widget.theme.flags-all", diff --git a/release/aconfig/bp2a/com.android.settings.connectivity/Android.bp b/release/aconfig/bp2a/com.android.settings.connectivity/Android.bp new file mode 100644 index 00000000..f8708f66 --- /dev/null +++ b/release/aconfig/bp2a/com.android.settings.connectivity/Android.bp @@ -0,0 +1,22 @@ +// +// Copyright 2024 Google Inc. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +aconfig_values { + name: "aconfig-values-bp2a-com.android.settings.connectivity-all", + package: "com.android.settings.connectivity", + srcs: [ + "*.textproto", + ], +} diff --git a/release/aconfig/bp2a/com.android.settings.connectivity/settings_wifi_multiuser_declarations.textproto b/release/aconfig/bp2a/com.android.settings.connectivity/settings_wifi_multiuser_declarations.textproto new file mode 100644 index 00000000..3e0b644b --- /dev/null +++ b/release/aconfig/bp2a/com.android.settings.connectivity/settings_wifi_multiuser_declarations.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.settings.connectivity" + name: "wifi_multiuser" + state: ENABLED + permission: READ_ONLY +}