commit | a6ac1147c3ebd236389d98cd34bb3b77b5a558e8 | [log] [tgz] |
---|---|---|
author | Jaesoo Lee <jaesoo@google.com> | Tue Apr 11 12:21:42 2017 +0900 |
committer | Jaesoo Lee <jaesoo@google.com> | Tue Apr 11 12:45:12 2017 +0900 |
tree | 4ae9ef302632ff1101d723feb65896459160da30 | |
parent | f69311300f0179d259e9eeca4a282d5bbe78e569 [diff] |
allow to load kernel modules from vendor partition The kernel modules under /vendor partition has been relabeled to vendor_file. This CL allows for the modprobe to load modules labeled vendor_file. Kernel modules are loaded in init.rc with following commands: exec u:r:modprobe:s0 -- /system/bin/modprobe -d /vendor/lib/modules MODULE Bug: 35653245 Test: tested on sailfish Change-Id: I2132ca4de01c5c60476dad8496e98266de5a1bb7