summaryrefslogtreecommitdiffstats
path: root/include/android_runtime
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-04 15:44:39 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-04 23:47:38 -0700
commit3c7c351a6217ac48b741740167c201a679a0ca65 (patch)
treef539d70e0a46249f01dd6fb45563f1ebc4bed706 /include/android_runtime
parentcde66df44240cfe5a7bec12ac52464c3bf26c14f (diff)
downloadframeworks_base-3c7c351a6217ac48b741740167c201a679a0ca65.zip
frameworks_base-3c7c351a6217ac48b741740167c201a679a0ca65.tar.gz
frameworks_base-3c7c351a6217ac48b741740167c201a679a0ca65.tar.bz2
Tracking merge of dalvik-dev to gingerbread
git cherry-pick --no-commit f77cf7f0 git cherry-pick --no-commit c8f503b5285e30c1a881d0ba860ba9021f57d113 git cherry-pick --no-commit 570bb561 git cherry-pick --no-commit e2417541 git cherry-pick --no-commit e4d81f25bd4dc1a5c909b56ab56a56406290da30 git cherry-pick --no-commit 5e8a587d Change-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88
Diffstat (limited to 'include/android_runtime')
-rw-r--r--include/android_runtime/AndroidRuntime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h
index 97a96b2..09f0de1 100644
--- a/include/android_runtime/AndroidRuntime.h
+++ b/include/android_runtime/AndroidRuntime.h
@@ -98,6 +98,7 @@ public:
private:
static int startReg(JNIEnv* env);
+ void parseExtraOpts(char* extraOptsBuf);
int startVm(JavaVM** pJavaVM, JNIEnv** pEnv);
Vector<JavaVMOption> mOptions;