Bug: 267429528 Change-Id: I15a375cf1adeab12b969b2e3185ea6f55317d886 Signed-off-by: Robin Peng <robinpeng@google.com>
13 lines
464 B
INI
13 lines
464 B
INI
####################################################
|
|
# init.insmod.common.cfg #
|
|
# This file contains common kernel modules to load #
|
|
# at init time by init.insmod.sh script #
|
|
####################################################
|
|
|
|
# Load common kernel modules
|
|
# Modules here will be loaded *before* device specific modules
|
|
modprobe|system -b *
|
|
modprobe|vendor -b *
|
|
# All common modules loaded
|
|
setprop|vendor.common.modules.ready
|