device_google_gs-common/insmod
Zheng Pan b2a04f23d6 Support conditional insmod
Conditional insmod config file format

condinsmod|system_property_name|module1|module2

if getprop system_property_name == true;
    load module1
else
    load module2

Bug: 325647677
Change-Id: I0f2dd92caaefd707a626b9f80923aeab495d31a2
2024-03-12 18:21:05 -07:00
..
sepolicy Allow insmod-sh to install kernel modules from system_dlkm 2023-03-16 00:25:07 +00:00
Android.bp move libdump to dumpstate 2023-10-13 00:11:23 +00:00
init.common.cfg insmod: Add support to load kernel modules from /system/lib/modules 2023-03-16 01:31:03 +00:00
init.module.rc rename rc to avoid name collision 2022-09-06 14:56:27 +08:00
insmod.mk move insert module script sepolicy to gs-common 2022-09-06 10:39:35 +08:00
insmod.sh Support conditional insmod 2024-03-12 18:21:05 -07:00