diff options
author | 2025-04-13 11:54:04 -0700 | |
---|---|---|
committer | 2025-04-15 16:33:53 -0700 | |
commit | 2d48a072a32d2ee8021fbb62d59504f1aadb0410 (patch) | |
tree | f54a0e4fa2676852afefe51f88e437b5f483801c | |
parent | 4c7a337510828f504f79e16b9a1a34ad71c2ea50 (diff) |
Add flag com.android.graphics.libgui.flags.allocate_buffer_priority to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/9pmpcba000001?build_unique_id=android_platform_wear_system_health
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 399701430
Flag: com.android.graphics.libgui.flags.allocate_buffer_priority
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8d817105a3ca4fc1f5c3024dc1423a33ba2dfba6)
Merged-In: Ide87cbc059478c82aec8401a68226e32efe0b34f
Change-Id: Ide87cbc059478c82aec8401a68226e32efe0b34f
-rw-r--r-- | aconfig/bp2a/com.android.graphics.libgui.flags/allocate_buffer_priority_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.graphics.libgui.flags/allocate_buffer_priority_flag_values.textproto b/aconfig/bp2a/com.android.graphics.libgui.flags/allocate_buffer_priority_flag_values.textproto new file mode 100644 index 00000000..46f9b8ce --- /dev/null +++ b/aconfig/bp2a/com.android.graphics.libgui.flags/allocate_buffer_priority_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.graphics.libgui.flags" + name: "allocate_buffer_priority" + state: ENABLED + permission: READ_ONLY +} |