From 60c6c8f9ed13f5e0d4dbeacd1d2b1186435456de Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 4 Dec 2019 20:34:35 +0100 Subject: [PATCH] Reset LD_PRELOAD. Mediatek puts annoying non-working libcoredump in there, ignore it --- vndk.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/vndk.rc b/vndk.rc index cdcb0c5..4111696 100644 --- a/vndk.rc +++ b/vndk.rc @@ -3,6 +3,7 @@ on post-fs exec - root -- /system/bin/rw-system.sh mount none /system/etc/usb_audio_policy_configuration.xml /vendor/etc/usb_audio_policy_configuration.xml bind setprop ro.vndk.version ${persist.sys.vndk} + export LD_PRELOAD : service phh_on_boot /system/bin/phh-on-boot.sh oneshot