| commit | 3beff1e023193b485c67a3003a7f363f105d96d4 | [log] [tgz] |
|---|---|---|
| author | Brian Carlstrom <bdc@google.com> | Fri Feb 28 23:27:22 2014 -0800 |
| committer | Brian Carlstrom <bdc@google.com> | Tue Mar 04 14:08:46 2014 -0800 |
| tree | 9ba68b9b10d7bb91f2fedf63433264acd4000e0a | |
| parent | 22f66b76f5e49704f3be76ad3fff7e4b5456864d [diff] [blame] |
Add dex2oat-flags plumbing to AndroidRuntime Change-Id: Idaa7e5351e146d76e1972cbe4d93af69f0b999a6
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h index 0b3ce9a..649f4c3 100644 --- a/include/android_runtime/AndroidRuntime.h +++ b/include/android_runtime/AndroidRuntime.h
@@ -115,7 +115,7 @@ private: static int startReg(JNIEnv* env); - void parseExtraOpts(char* extraOptsBuf); + void parseExtraOpts(char* extraOptsBuf, const char* quotingArg); int startVm(JavaVM** pJavaVM, JNIEnv** pEnv); Vector<JavaVMOption> mOptions;