Stop setting LD_CONFIG_FILE, with apex, multiple config files might be used. Instead use bionic overload from ro.vndk.version

This commit is contained in:
Pierre-Hugues Husson 2019-09-12 20:47:53 +02:00
parent a6aa52f7b1
commit d93868102c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ on post-fs
exec - root -- /system/bin/vndk-detect
exec - root -- /system/bin/rw-system.sh
mount none /system/etc/usb_audio_policy_configuration.xml /vendor/etc/usb_audio_policy_configuration.xml bind
export LD_CONFIG_FILE /system/etc/ld.config.${persist.sys.vndk}.txt
setprop ro.vndk.version ${persist.sys.vndk}
service phh_on_boot /system/bin/phh-on-boot.sh
oneshot