am 29596ac2: am 41dd75f8: am 96ddea41: am 7c710936: Merge "Remove java.io.tmpdir assignment in AndroidRuntime."
* commit '29596ac2baef37de4cfed494cd740de8d1090899': Remove java.io.tmpdir assignment in AndroidRuntime.
This commit is contained in:
@@ -761,13 +761,6 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
|
||||
mOptions.add(opt);
|
||||
}
|
||||
|
||||
/*
|
||||
* We don't have /tmp on the device, but we often have an SD card. Apps
|
||||
* shouldn't use this, but some test suites might want to exercise it.
|
||||
*/
|
||||
opt.optionString = "-Djava.io.tmpdir=/sdcard";
|
||||
mOptions.add(opt);
|
||||
|
||||
initArgs.version = JNI_VERSION_1_4;
|
||||
initArgs.options = mOptions.editArray();
|
||||
initArgs.nOptions = mOptions.size();
|
||||
|
||||
Reference in New Issue
Block a user