diff options
| author | 2024-09-06 19:01:09 +0000 | |
|---|---|---|
| committer | 2024-09-06 19:01:09 +0000 | |
| commit | dec962bc0aeb487e19dddcd6d769a65248bd9a2e (patch) | |
| tree | bb43d73f58dfb680e575476023956dcd52e9b293 | |
| parent | 24247f4e73b52288f9775aa9fdac9f9c0beb2c24 (diff) | |
| parent | d09a587244661602d9a56b9786c1b28fd6861a3a (diff) | |
Merge "Add a flag for the libcamereservice changes." into main
| -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 |