commit | b4987345ff1f97d529cc23b03ca73b58ff7a7e1b | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <[email protected]> | Thu Sep 21 15:52:19 2023 -0700 |
committer | Kelvin Zhang <[email protected]> | Fri Sep 22 09:14:43 2023 -0700 |
tree | 8097d26854b55ceebfac339050c9f78882ad4c99 | |
parent | 81400915efac29397f1390b9c8f2939b970a90db [diff] |
Only skip _16k/_64k kernel modules dirs on 4K builds The initramfs.img from kernel builds do not store kernel modules under _16k directory. Currently, init is programmed to only load kernel modules from _16k dir if running on 16K page size kernel. Relax this restriction so that booting on custom 16K kernel would work without going through platform rebuild. Test: th Bug: 293313353 Bug: 300184677 Change-Id: I9ee3c74066ad9ec5127f1e8662f7c1273445994c