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

Commit 61d5f00b authored by Ted Bauer's avatar Ted Bauer Committed by Android Build Cherrypicker Worker
Browse files

Correct partition name

Test: m
Bug: 373685244
Ignore-AOSP-First: CPing
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3fdf2553a65530bb33a815a73bad5ad7cab463c3)
Merged-In: Ie073f7b33843f838a6c66d53b4feb37e213706f4
Change-Id: Ie073f7b33843f838a6c66d53b4feb37e213706f4
parent 7d03f382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,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()))