diff options
author | 2025-05-07 16:56:54 +0000 | |
---|---|---|
committer | 2025-05-07 13:07:24 -0700 | |
commit | 5da94f17b7a143d754a3b250c08bff210d3b046b (patch) | |
tree | cb54e866045a4506d304490daf1dbbbacaf90ac1 /aconfig/bp2a/com.android.graphics.surfaceflinger.flags | |
parent | e1003b0b091c2c8dc501ee7add5319d50c1d30e7 (diff) |
Update bp2a aconfig flags to align with BP2A.250605.015.
Testing: https://android-build.corp.google.com/abtd/run/L32500030011891204
Change-Id: I865a0bb9240c6708335cdb6273d2752cd984041f
Diffstat (limited to 'aconfig/bp2a/com.android.graphics.surfaceflinger.flags')
30 files changed, 180 insertions, 6 deletions
diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/Android.bp b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/Android.bp index 79b7268e..20b7ffc7 100644 --- a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/Android.bp +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/Android.bp @@ -1,4 +1,4 @@ -// Copyright 2024 Google Inc. All rights reserved. +// 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. @@ -13,9 +13,9 @@ // limitations under the License. aconfig_values { - name: "aconfig-values-platform_build_release-bp2a-com.android.graphics.surfaceflinger.flags-all", - package: "com.android.graphics.surfaceflinger.flags", - srcs: [ - "*_flag_values.textproto", - ], + name: "aconfig-values-platform_build_release-bp2a-com.android.graphics.surfaceflinger.flags-all", + package: "com.android.graphics.surfaceflinger.flags", + srcs: [ + "*_flag_values.textproto", + ] } diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/add_sf_skipped_frames_to_trace_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/add_sf_skipped_frames_to_trace_flag_values.textproto new file mode 100644 index 00000000..fcdfedd0 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/add_sf_skipped_frames_to_trace_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "add_sf_skipped_frames_to_trace" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/adpf_gpu_sf_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/adpf_gpu_sf_flag_values.textproto new file mode 100644 index 00000000..a54d9776 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/adpf_gpu_sf_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "adpf_gpu_sf" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/allow_n_vsyncs_in_targeter_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/allow_n_vsyncs_in_targeter_flag_values.textproto new file mode 100644 index 00000000..e53ed7e1 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/allow_n_vsyncs_in_targeter_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "allow_n_vsyncs_in_targeter" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/ce_fence_promise_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/ce_fence_promise_flag_values.textproto new file mode 100644 index 00000000..959898a6 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/ce_fence_promise_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "ce_fence_promise" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/commit_not_composited_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/commit_not_composited_flag_values.textproto new file mode 100644 index 00000000..072b4cf2 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/commit_not_composited_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "commit_not_composited" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/connected_display_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/connected_display_flag_values.textproto new file mode 100644 index 00000000..b79d222b --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/connected_display_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "connected_display" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/correct_dpi_with_display_size_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/correct_dpi_with_display_size_flag_values.textproto new file mode 100644 index 00000000..411d22a7 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/correct_dpi_with_display_size_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "correct_dpi_with_display_size" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/detached_mirror_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/detached_mirror_flag_values.textproto new file mode 100644 index 00000000..150a90c4 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/detached_mirror_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "detached_mirror" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/display_protected_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/display_protected_flag_values.textproto new file mode 100644 index 00000000..872336d4 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/display_protected_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "display_protected" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/dont_skip_on_early_ro_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/dont_skip_on_early_ro_flag_values.textproto new file mode 100644 index 00000000..dd11dcf6 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/dont_skip_on_early_ro_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "dont_skip_on_early_ro" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_fro_dependent_features_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_fro_dependent_features_flag_values.textproto new file mode 100644 index 00000000..7350f648 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_fro_dependent_features_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "enable_fro_dependent_features" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_layer_command_batching_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_layer_command_batching_flag_values.textproto new file mode 100644 index 00000000..0a0cf012 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_layer_command_batching_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "enable_layer_command_batching" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_small_area_detection_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_small_area_detection_flag_values.textproto new file mode 100644 index 00000000..84371a89 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/enable_small_area_detection_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "enable_small_area_detection" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/filter_frames_before_trace_starts_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/filter_frames_before_trace_starts_flag_values.textproto new file mode 100644 index 00000000..6f9b3083 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/filter_frames_before_trace_starts_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "filter_frames_before_trace_starts" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/flush_buffer_slots_to_uncache_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/flush_buffer_slots_to_uncache_flag_values.textproto new file mode 100644 index 00000000..c42d022e --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/flush_buffer_slots_to_uncache_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "flush_buffer_slots_to_uncache" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/game_default_frame_rate_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/game_default_frame_rate_flag_values.textproto new file mode 100644 index 00000000..88f02ffe --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/game_default_frame_rate_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "game_default_frame_rate" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/hotplug2_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/hotplug2_flag_values.textproto new file mode 100644 index 00000000..76db86f4 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/hotplug2_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "hotplug2" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/latch_unsignaled_with_auto_refresh_changed_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/latch_unsignaled_with_auto_refresh_changed_flag_values.textproto new file mode 100644 index 00000000..e1a12f0b --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/latch_unsignaled_with_auto_refresh_changed_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "latch_unsignaled_with_auto_refresh_changed" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/local_tonemap_screenshots_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/local_tonemap_screenshots_flag_values.textproto new file mode 100644 index 00000000..969fb683 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/local_tonemap_screenshots_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "local_tonemap_screenshots" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/misc1_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/misc1_flag_values.textproto new file mode 100644 index 00000000..fd44ce32 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/misc1_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "misc1" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/multithreaded_present_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/multithreaded_present_flag_values.textproto new file mode 100644 index 00000000..744e5386 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/multithreaded_present_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "multithreaded_present" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/override_trusted_overlay_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/override_trusted_overlay_flag_values.textproto new file mode 100644 index 00000000..72fbf162 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/override_trusted_overlay_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "override_trusted_overlay" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/protected_if_client_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/protected_if_client_flag_values.textproto new file mode 100644 index 00000000..58c2559c --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/protected_if_client_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "protected_if_client" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/restore_blur_step_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/restore_blur_step_flag_values.textproto new file mode 100644 index 00000000..68eb33d9 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/restore_blur_step_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "restore_blur_step" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/screenshot_fence_preservation_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/screenshot_fence_preservation_flag_values.textproto new file mode 100644 index 00000000..d06e1f55 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/screenshot_fence_preservation_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "screenshot_fence_preservation" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/single_hop_screenshot_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/single_hop_screenshot_flag_values.textproto new file mode 100644 index 00000000..7d3e01e1 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/single_hop_screenshot_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "single_hop_screenshot" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_24q4_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_24q4_flag_values.textproto new file mode 100644 index 00000000..c5dd063b --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_24q4_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "vrr_bugfix_24q4" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_dropped_frame_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_dropped_frame_flag_values.textproto new file mode 100644 index 00000000..268fe3f9 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_bugfix_dropped_frame_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "vrr_bugfix_dropped_frame" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_config_flag_values.textproto b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_config_flag_values.textproto new file mode 100644 index 00000000..c4b28785 --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.surfaceflinger.flags/vrr_config_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.surfaceflinger.flags" + name: "vrr_config" + state: ENABLED + permission: READ_ONLY +} |