diff options
-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 |