Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify defaulting for system properties, and trust the environment less. | Elliott Hughes | 2013-05-14 | 1 | -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 libdvm | Brian Carlstrom | 2013-05-13 | 3 | -0/+901 |
Change-Id: I04498d8d8c4b065dbda8d7b30b8b77ce53e63a77 |