From daa9edcd5cc6938ef8cc708890340a02c5180609 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 e373e87..f8d011b 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