commit | 1818c1861f9d1dd16a3db21260a21ba38790aad5 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Mon May 13 18:25:11 2024 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Fri May 17 15:47:42 2024 +0000 |
tree | b2b65f2b94bf4a130a53b18f8510ecc92c2c7500 | |
parent | 2088c4f9d090f03eab24be49d022c0c5cba19638 [diff] [blame] |
Add flag for enabling local tonemapping screenshots Bug: 329464641 Test: builds Change-Id: I6051ccc1eb1cbf3105c66f5ccb31bd67f9d6e7ec
diff --git a/services/surfaceflinger/surfaceflinger_flags_new.aconfig b/services/surfaceflinger/surfaceflinger_flags_new.aconfig index f1ec3e1..04f1d50 100644 --- a/services/surfaceflinger/surfaceflinger_flags_new.aconfig +++ b/services/surfaceflinger/surfaceflinger_flags_new.aconfig
@@ -76,4 +76,12 @@ } } # latch_unsignaled_with_auto_refresh_changed +flag { + name: "local_tonemap_screenshots" + namespace: "core_graphics" + description: "Enables local tonemapping when capturing screenshots" + bug: "329464641" + is_fixed_read_only: true +} # local_tonemap_screenshots + # IMPORTANT - please keep alphabetize to reduce merge conflicts