Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05969435 authored by Shuzhen Wang's avatar Shuzhen Wang
Browse files

Camera: Add flag for allowing multi-resolution raw reprocessing

Test: Camera CTS
Bug: 336922859
Change-Id: I4d76fd8f82f75817760f43e54d657ef7cd60568d
parent 2cd702f2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -237,3 +237,13 @@ flag {
        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
    }
}