diff options
| author | c457 <android.c357@gmail.com> | 2017-01-24 17:42:06 -0600 |
|---|---|---|
| committer | c457 <android.c357@gmail.com> | 2017-01-24 18:13:12 -0600 |
| commit | 3823be0488443a3ec6bff72d87c6a468ac41d7bf (patch) | |
| tree | 547727d5ee34816809c6f54e7c375b6c656087da | |
| parent | b07e0fb1871c04bfef80d953c79fd7a91d7fcdee (diff) | |
init: Shim another camera blob
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7165176..0fe215b 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -38,7 +38,7 @@ on early-init chmod 0755 /sys/kernel/debug on init - export LD_SHIM_LIBS "/system/lib/hw/camera.msm8996.so|libshim_camera.so" + export LD_SHIM_LIBS "/system/lib/hw/camera.msm8996.so|libshim_camera.so:/system/vendor/lib/libZEffectLib.so|libshim_camera.so" # Set permissions for persist partition mkdir /persist 0771 root system |
