Camera: Add flag for allowing multi-resolution raw reprocessing

Test: Camera CTS
Bug: 336922859
Change-Id: I4d76fd8f82f75817760f43e54d657ef7cd60568d
diff --git a/camera/camera_platform.aconfig b/camera/camera_platform.aconfig
index ab161d6..fe10e12 100644
--- a/camera/camera_platform.aconfig
+++ b/camera/camera_platform.aconfig
@@ -237,3 +237,13 @@
         purpose: PURPOSE_BUGFIX
     }
 }
+
+flag {
+    namespace: "camera_platform"
+    name: "multi_res_raw_reprocessing"
+    description: "Allow multi-resolution raw reprocessing without reprocessing capability"
+    bug: "336922859"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}