diff options
| author | Dave Allison <dallison@google.com> | 2014-05-29 19:51:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-29 19:51:42 +0000 |
| commit | 967729b7ca675d6f2c895a1bd56216a62b217e50 (patch) | |
| tree | 32c84b35befdde87469522783e484fa59f581f0e /rootdir | |
| parent | bf082ffb71c40e4670410b246309a182d9dafcf5 (diff) | |
| parent | 50b6a4b1b7f5b4484bccbabf2a8057bf860f8c59 (diff) | |
| download | system_core-967729b7ca675d6f2c895a1bd56216a62b217e50.tar.gz system_core-967729b7ca675d6f2c895a1bd56216a62b217e50.tar.bz2 system_core-967729b7ca675d6f2c895a1bd56216a62b217e50.zip | |
Merge "Add LD_PRELOAD for libsigchain.so to the environment"
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.environ.rc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.environ.rc.in b/rootdir/init.environ.rc.in index 927c33d25..1f964e384 100644 --- a/rootdir/init.environ.rc.in +++ b/rootdir/init.environ.rc.in @@ -9,3 +9,4 @@ on init export ASEC_MOUNTPOINT /mnt/asec export LOOP_MOUNTPOINT /mnt/obb export BOOTCLASSPATH %BOOTCLASSPATH% + export LD_PRELOAD libsigchain.so |
