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

Commit e4fc5486 authored by Kevin Jeon's avatar Kevin Jeon Committed by Android (Google) Code Review
Browse files

Merge "Flag for more parallelization in package parsing" into main

parents cf5c41d1 b1b817cc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -408,3 +408,10 @@ flag {
    bug: "377474232"
    is_fixed_read_only: true
}

flag {
    name: "parallel_package_parsing_across_system_dirs"
    namespace: "system_performance"
    description: "Continue parsing packages in system dirs instead of blocking on install completion for each directory."
    bug: "401622806"
}