diff options
| author | 2024-09-04 15:45:52 -0700 | |
|---|---|---|
| committer | 2024-09-04 15:45:52 -0700 | |
| commit | d09a587244661602d9a56b9786c1b28fd6861a3a (patch) | |
| tree | 6fa747aa9bc7fcf8c4d3040e9902f35f428f129b | |
| parent | 0e7a3c09c75cddc2a0cb2a85bb7748601cd7c1ff (diff) | |
Add a flag for the libcamereservice changes.
This change is part of go/warren-buffers
Flag: EXEMPT - adding a flag
Bug: 342197849
Test: N/A
Change-Id: I0202ae554f8668c10bcd9329b0df859c0ec8ec2e
| -rw-r--r-- | libs/gui/libgui_flags.aconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libs/gui/libgui_flags.aconfig b/libs/gui/libgui_flags.aconfig index 7468401b7a..df9b73bfcd 100644 --- a/libs/gui/libgui_flags.aconfig +++ b/libs/gui/libgui_flags.aconfig @@ -98,4 +98,12 @@ flag { description: "Remove usage of IGBPs in the *Processor and Camera3*" bug: "342199002" is_fixed_read_only: true -} # wb_camera3_and_processors
\ No newline at end of file +} # wb_camera3_and_processors + +flag { + name: "wb_libcameraservice" + namespace: "core_graphics" + description: "Remove usage of IGBPs in the libcameraservice." + bug: "342197849" + is_fixed_read_only: true +} # wb_libcameraservice
\ No newline at end of file |