Camera: Add surface leak bug fix flag
Bug: 324071855
Test: Successful build
Change-Id: I5867bf0807db71c27c209015ef91658587e0786a
diff --git a/camera/camera_platform.aconfig b/camera/camera_platform.aconfig
index 1f50570..c00e16e 100644
--- a/camera/camera_platform.aconfig
+++ b/camera/camera_platform.aconfig
@@ -133,3 +133,13 @@
description: "Enables 10-bit support in the camera extensions."
bug: "316375635"
}
+
+flag {
+ namespace: "camera_platform"
+ name: "surface_leak_fix"
+ description: "Address Surface release leaks in CaptureRequest"
+ bug: "324071855"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}