diff --git a/release/aconfig/bp2a/Android.bp b/release/aconfig/bp2a/Android.bp index 70692500..f16f0a7c 100644 --- a/release/aconfig/bp2a/Android.bp +++ b/release/aconfig/bp2a/Android.bp @@ -16,6 +16,7 @@ aconfig_value_set { name: "aconfig_value_set-lineage-bp2a", values: [ + "aconfig-values-bp2a-android.app-all", "aconfig-values-bp2a-com.android.launcher3-all", "aconfig-values-bp2a-com.android.settings.flags-all", "aconfig-values-bp2a-com.android.settingslib.flags-all", diff --git a/release/aconfig/bp2a/android.app/Android.bp b/release/aconfig/bp2a/android.app/Android.bp new file mode 100644 index 00000000..90a86f04 --- /dev/null +++ b/release/aconfig/bp2a/android.app/Android.bp @@ -0,0 +1,20 @@ +// Copyright 2025 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-android.app-all", + package: "android.app", + srcs: [ + "*.textproto", + ] +} diff --git a/release/aconfig/bp2a/android.app/modes_ui_dnd_tile.textproto b/release/aconfig/bp2a/android.app/modes_ui_dnd_tile.textproto new file mode 100644 index 00000000..0b16f485 --- /dev/null +++ b/release/aconfig/bp2a/android.app/modes_ui_dnd_tile.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "modes_ui_dnd_tile" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_binder_perf_cache_channels.textproto b/release/aconfig/bp2a/android.app/nm_binder_perf_cache_channels.textproto new file mode 100644 index 00000000..adb3663b --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_binder_perf_cache_channels.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_binder_perf_cache_channels" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_binder_perf_get_apps_with_channels.textproto b/release/aconfig/bp2a/android.app/nm_binder_perf_get_apps_with_channels.textproto new file mode 100644 index 00000000..356bbbfd --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_binder_perf_get_apps_with_channels.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_binder_perf_get_apps_with_channels" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_binder_perf_log_nm_throttling.textproto b/release/aconfig/bp2a/android.app/nm_binder_perf_log_nm_throttling.textproto new file mode 100644 index 00000000..b901b1dd --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_binder_perf_log_nm_throttling.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_binder_perf_log_nm_throttling" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_binder_perf_permission_check.textproto b/release/aconfig/bp2a/android.app/nm_binder_perf_permission_check.textproto new file mode 100644 index 00000000..8e11dd21 --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_binder_perf_permission_check.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_binder_perf_permission_check" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_binder_perf_throttle_notify.textproto b/release/aconfig/bp2a/android.app/nm_binder_perf_throttle_notify.textproto new file mode 100644 index 00000000..a72603ac --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_binder_perf_throttle_notify.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_binder_perf_throttle_notify" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_summarization.textproto b/release/aconfig/bp2a/android.app/nm_summarization.textproto new file mode 100644 index 00000000..3b2dc2e3 --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_summarization.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_summarization" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/nm_summarization_ui.textproto b/release/aconfig/bp2a/android.app/nm_summarization_ui.textproto new file mode 100644 index 00000000..fe419d1b --- /dev/null +++ b/release/aconfig/bp2a/android.app/nm_summarization_ui.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "nm_summarization_ui" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/no_sbnholder.textproto b/release/aconfig/bp2a/android.app/no_sbnholder.textproto new file mode 100644 index 00000000..3edb46a8 --- /dev/null +++ b/release/aconfig/bp2a/android.app/no_sbnholder.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "no_sbnholder" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/notification_classification_ui.textproto b/release/aconfig/bp2a/android.app/notification_classification_ui.textproto new file mode 100644 index 00000000..390c5d3d --- /dev/null +++ b/release/aconfig/bp2a/android.app/notification_classification_ui.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "notification_classification_ui" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/notifications_redesign_app_icons.textproto b/release/aconfig/bp2a/android.app/notifications_redesign_app_icons.textproto new file mode 100644 index 00000000..4c67935b --- /dev/null +++ b/release/aconfig/bp2a/android.app/notifications_redesign_app_icons.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "notifications_redesign_app_icons" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/notifications_redesign_templates.textproto b/release/aconfig/bp2a/android.app/notifications_redesign_templates.textproto new file mode 100644 index 00000000..8ea9998e --- /dev/null +++ b/release/aconfig/bp2a/android.app/notifications_redesign_templates.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "notifications_redesign_templates" + state: ENABLED + permission: READ_ONLY +} diff --git a/release/aconfig/bp2a/android.app/notifications_redesign_themed_app_icons.textproto b/release/aconfig/bp2a/android.app/notifications_redesign_themed_app_icons.textproto new file mode 100644 index 00000000..fb97807b --- /dev/null +++ b/release/aconfig/bp2a/android.app/notifications_redesign_themed_app_icons.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app" + name: "notifications_redesign_themed_app_icons" + state: ENABLED + permission: READ_ONLY +}