summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Carlos Martinez Romero <carlosmr@google.com> 2024-09-06 19:01:09 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-06 19:01:09 +0000
commitdec962bc0aeb487e19dddcd6d769a65248bd9a2e (patch)
treebb43d73f58dfb680e575476023956dcd52e9b293
parent24247f4e73b52288f9775aa9fdac9f9c0beb2c24 (diff)
parentd09a587244661602d9a56b9786c1b28fd6861a3a (diff)
Merge "Add a flag for the libcamereservice changes." into main
-rw-r--r--libs/gui/libgui_flags.aconfig10
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