summaryrefslogtreecommitdiff
path: root/automotive/aconfig
diff options
context:
space:
mode:
author Tomer Keren <tkeren@google.com> 2025-03-25 17:45:52 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-03-25 19:39:33 -0700
commit60bd03b9dfe5f041fd28859862d20f6df4cdae32 (patch)
tree22e95ed239827aae815575e2e34294b89db4ab37 /automotive/aconfig
parent1fe5a246d196c46836d4c06b231d7944926b351c (diff)
moving release config bp2a in preperation of cp mode`
` Bug: 405448081 Ignore-AOSP-First: AConfig change for future AOSP release (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:60d8dcffc2b48bf50a49455038e95374f0b7e506) Merged-In: Iab62ae397b1f292e16f3d1736bf2e4b202d47399 Change-Id: Iab62ae397b1f292e16f3d1736bf2e4b202d47399
Diffstat (limited to 'automotive/aconfig')
-rw-r--r--automotive/aconfig/bp2a/Android.bp20
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/Android.bp21
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/always_send_initial_value_event_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/async_audio_service_init_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/audio_control_hal_configuration_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/car_power_cancel_shell_command_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/car_property_supported_value_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/change_swaps_during_suspend_to_disk_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/create_car_use_notifications_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/handle_property_events_in_binder_thread_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/native_power_notifications_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/android.car.feature/stop_process_before_suspend_to_disk_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/com.android.car.carlauncher/Android.bp21
-rw-r--r--automotive/aconfig/bp2a/com.android.car.carlauncher/media_card_fullscreen_flag_values.textproto6
-rw-r--r--automotive/aconfig/bp2a/com.android.wm.shell/Android.bp21
-rw-r--r--automotive/aconfig/bp2a/com.android.wm.shell/enable_auto_task_stack_controller_flag_values.textproto6
16 files changed, 155 insertions, 0 deletions
diff --git a/automotive/aconfig/bp2a/Android.bp b/automotive/aconfig/bp2a/Android.bp
new file mode 100644
index 00000000..e154052e
--- /dev/null
+++ b/automotive/aconfig/bp2a/Android.bp
@@ -0,0 +1,20 @@
+// 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_value_set {
+ name: "aconfig_value_set-platform_build_release_automotive-bp2a",
+ srcs: [
+ "*/Android.bp",
+ ],
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/Android.bp b/automotive/aconfig/bp2a/android.car.feature/Android.bp
new file mode 100644
index 00000000..e11baeb3
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/Android.bp
@@ -0,0 +1,21 @@
+// 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-platform_build_release_automotive-bp2a-android.car.feature-all",
+ package: "android.car.feature",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/always_send_initial_value_event_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/always_send_initial_value_event_flag_values.textproto
new file mode 100644
index 00000000..3422cf1d
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/always_send_initial_value_event_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "always_send_initial_value_event"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/async_audio_service_init_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/async_audio_service_init_flag_values.textproto
new file mode 100644
index 00000000..7cb1be97
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/async_audio_service_init_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "async_audio_service_init"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/audio_control_hal_configuration_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/audio_control_hal_configuration_flag_values.textproto
new file mode 100644
index 00000000..aec3e233
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/audio_control_hal_configuration_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "audio_control_hal_configuration"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/car_power_cancel_shell_command_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/car_power_cancel_shell_command_flag_values.textproto
new file mode 100644
index 00000000..203ef7eb
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/car_power_cancel_shell_command_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "car_power_cancel_shell_command"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/car_property_supported_value_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/car_property_supported_value_flag_values.textproto
new file mode 100644
index 00000000..49e3682a
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/car_property_supported_value_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "car_property_supported_value"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/change_swaps_during_suspend_to_disk_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/change_swaps_during_suspend_to_disk_flag_values.textproto
new file mode 100644
index 00000000..a6d250b7
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/change_swaps_during_suspend_to_disk_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "change_swaps_during_suspend_to_disk"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/create_car_use_notifications_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/create_car_use_notifications_flag_values.textproto
new file mode 100644
index 00000000..328fa0c5
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/create_car_use_notifications_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "create_car_use_notifications"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/handle_property_events_in_binder_thread_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/handle_property_events_in_binder_thread_flag_values.textproto
new file mode 100644
index 00000000..6517f808
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/handle_property_events_in_binder_thread_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "handle_property_events_in_binder_thread"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/native_power_notifications_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/native_power_notifications_flag_values.textproto
new file mode 100644
index 00000000..17fcde82
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/native_power_notifications_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "native_power_notifications"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/android.car.feature/stop_process_before_suspend_to_disk_flag_values.textproto b/automotive/aconfig/bp2a/android.car.feature/stop_process_before_suspend_to_disk_flag_values.textproto
new file mode 100644
index 00000000..2ffa972f
--- /dev/null
+++ b/automotive/aconfig/bp2a/android.car.feature/stop_process_before_suspend_to_disk_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.car.feature"
+ name: "stop_process_before_suspend_to_disk"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/com.android.car.carlauncher/Android.bp b/automotive/aconfig/bp2a/com.android.car.carlauncher/Android.bp
new file mode 100644
index 00000000..0da22694
--- /dev/null
+++ b/automotive/aconfig/bp2a/com.android.car.carlauncher/Android.bp
@@ -0,0 +1,21 @@
+// 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-platform_build_release_automotive-bp2a-com.android.car.carlauncher-all",
+ package: "com.android.car.carlauncher",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/automotive/aconfig/bp2a/com.android.car.carlauncher/media_card_fullscreen_flag_values.textproto b/automotive/aconfig/bp2a/com.android.car.carlauncher/media_card_fullscreen_flag_values.textproto
new file mode 100644
index 00000000..23b6c60d
--- /dev/null
+++ b/automotive/aconfig/bp2a/com.android.car.carlauncher/media_card_fullscreen_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "com.android.car.carlauncher"
+ name: "media_card_fullscreen"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/automotive/aconfig/bp2a/com.android.wm.shell/Android.bp b/automotive/aconfig/bp2a/com.android.wm.shell/Android.bp
new file mode 100644
index 00000000..0dc80699
--- /dev/null
+++ b/automotive/aconfig/bp2a/com.android.wm.shell/Android.bp
@@ -0,0 +1,21 @@
+// 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-platform_build_release_automotive-bp2a-com.android.wm.shell-all",
+ package: "com.android.wm.shell",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/automotive/aconfig/bp2a/com.android.wm.shell/enable_auto_task_stack_controller_flag_values.textproto b/automotive/aconfig/bp2a/com.android.wm.shell/enable_auto_task_stack_controller_flag_values.textproto
new file mode 100644
index 00000000..ffea507f
--- /dev/null
+++ b/automotive/aconfig/bp2a/com.android.wm.shell/enable_auto_task_stack_controller_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "com.android.wm.shell"
+ name: "enable_auto_task_stack_controller"
+ state: ENABLED
+ permission: READ_ONLY
+}