commit | 55c047fd4407b2707eee48c3cdb56f63b3229a9b | [log] [tgz] |
---|---|---|
author | Chungkai Mei <chungkai@google.com> | Mon Aug 05 05:16:20 2024 +0000 |
committer | Chung-Kai (Michael) Mei <chungkai@google.com> | Tue Aug 06 04:05:25 2024 +0000 |
tree | 037ed62c15f732eaedd304992d05a9c14f40aa23 | |
parent | ac68a8b797bb24bf5be00e78c5582760afef634e [diff] |
libmodprobe: use ordered map for deterministic module loading To ensure stable loading of parallel modules, switch to an ordered map structure. This will prevent potential dependency issues and conflicts. Bug: 314213605 Change-Id: I8e00678e18417550b3be0c4228e4908a830e648c Signed-off-by: Chungkai Mei <chungkai@google.com>