50b6a4b1b7
To remove the need to modify the bionic dynamic linker, add the signal chaining library as a preload in the environment. This will be picked up by the dynamic linker and will override sigaction and sigprocmask to allow for signal chaining. Change-Id: I6e2d0628b009bd01e0ed9aed0b311871b9c8363a
12 lines
429 B
Text
12 lines
429 B
Text
# set up the global environment
|
|
on init
|
|
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
|
|
export ANDROID_BOOTLOGO 1
|
|
export ANDROID_ROOT /system
|
|
export ANDROID_ASSETS /system/app
|
|
export ANDROID_DATA /data
|
|
export ANDROID_STORAGE /storage
|
|
export ASEC_MOUNTPOINT /mnt/asec
|
|
export LOOP_MOUNTPOINT /mnt/obb
|
|
export BOOTCLASSPATH %BOOTCLASSPATH%
|
|
export LD_PRELOAD libsigchain.so
|