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

Commit 66674a16 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera: Add flag for MultiResolutionImageReader public usage

Flag: com.android.internal.camera.flags.multiresolution_imagereader_usage_public
Bug: 338621560
Test: New tests pass
Change-Id: I200d4ac2061175257cf69f060d14e76d7595b4a8
parent a6ff5171
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -186,3 +186,12 @@ flag {
    description: "Support setting and getting mirror mode for shared surfaces"
    bug: "298899993"
}

flag {
    namespace: "camera_platform"
    is_exported: true
    name: "multiresolution_imagereader_usage_public"
    description: "Make constructor for MultiResolutionImageReader with usage public"
    bug: "338621560"
}