summaryrefslogtreecommitdiffstats
path: root/libdvm/src/main/java/dalvik
Commit message (Collapse)AuthorAgeFilesLines
* Simplify defaulting for system properties, and trust the environment less.Elliott Hughes2013-05-141-2/+1
| | | | | | | | | | | The originally-reported bug (https://android-review.googlesource.com/58258) was that dalvik would fail to start if LD_LIBRARY_PATH was unset. This changes things so we no longer have multiple default values for java.library.path, cope better with that not being set, and don't set it if LD_LIBRARY_PATH isn't set. Change-Id: I55d48a35b1b42df872e6dcd0a38fc7bc4b8cad5a
* Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-133-0/+901
Change-Id: I04498d8d8c4b065dbda8d7b30b8b77ce53e63a77