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

Commit 3fdf2553 authored by Ted Bauer's avatar Ted Bauer
Browse files

Correct partition name

Change-Id: Ie073f7b33843f838a6c66d53b4feb37e213706f4
Test: m
Bug: 373685244
Ignore-AOSP-First: CPing
parent 750affbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ where
        // Exclude system/vendor/product flags that are RO+disabled.
        let should_filter_container = pf.container == Some("vendor".to_string())
            || pf.container == Some("system".to_string())
            || pf.container == Some("vendor".to_string());
            || pf.container == Some("product".to_string());
        if !(should_filter_container
            && pf.state == Some(ProtoFlagState::DISABLED.into())
            && pf.permission == Some(ProtoFlagPermission::READ_ONLY.into()))