Add a different implementation of insmod.sh
Use soong namespace to branch a implementation of insmod.sh . The newly added implementation is only added to PRODUCT_PACKAGE for dev option enabled devices. The only change to the script is skip loading kernel modules from vendor|system_dlkm when under 16K mode. Test: Dev option works Bug: 319335586 Change-Id: Ice77c19cad47f299db113f11878182f37e0b6f91
This commit is contained in:
parent
bb873aca3c
commit
60cc378f18
8 changed files with 264 additions and 7 deletions
|
@ -1,10 +0,0 @@
|
|||
on init
|
||||
# Loading common kernel modules in background
|
||||
start insmod_sh
|
||||
|
||||
service insmod_sh /vendor/bin/insmod.sh /vendor/etc/init.common.cfg
|
||||
class main
|
||||
user root
|
||||
group root system
|
||||
disabled
|
||||
oneshot
|
Loading…
Add table
Add a link
Reference in a new issue