2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

patcher: don't set LD_CONFIG_FILE

This commit is contained in:
Christopher Roy Bratusek 2020-08-16 23:28:03 +02:00
parent b61f7fce3a
commit 3b59c39f45

View File

@ -170,8 +170,6 @@ mount_partitions () {
[ -z "${build_props}" ] && error "failed to mount /system (unsupported A/B device?)"
[ -d /system/apex ] && mount_apex
export LD_CONFIG_FILE="${APEX_LD}/etc/ld.config.txt"
}
umount_partitions () {