commit | bb07b536f528d5a55bde2571babe5d0f7878a86e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 13 16:49:54 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 13 16:49:54 2014 -0800 |
tree | 5cea2da53a975ed954693e82866aae522be58f1a | |
parent | 261ff50e32b2b2a41bd3993c37abb5a9a94e431b [diff] |
Don't set LD_LIBRARY_PATH globally. On a 64-bit system, 64-bit processes will want one path, 32-bit processes another. The dynamic linker already provides the correct defaults for native code, and we've coupled the VM and dynamic linker so that LD_LIBRARY_PATH will be set correctly in any VM during startup if it's not being manually overridden. Change-Id: Icbffc0d451dbc242cdfb9267413d8bcac434e108