summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-07-09 15:07:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-09 15:07:35 +0000
commit21949631815703ef2f04b304b4cedff3646a0d73 (patch)
treeb615e5a1d99c582576585b5de7db479055500d77 /include
parent3081f82742b5dcab7014ac90b313e56a07be5a61 (diff)
parentce75618e12deebe302c551281ce56c0d60138e0f (diff)
downloadframeworks_base-21949631815703ef2f04b304b4cedff3646a0d73.zip
frameworks_base-21949631815703ef2f04b304b4cedff3646a0d73.tar.gz
frameworks_base-21949631815703ef2f04b304b4cedff3646a0d73.tar.bz2
am ce75618e: am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
* commit 'ce75618e12deebe302c551281ce56c0d60138e0f': Make dex2oat heap size product configurable [frameworks/base]
Diffstat (limited to 'include')
-rw-r--r--include/android_runtime/AndroidRuntime.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h
index 3dfdb46..45aa745 100644
--- a/include/android_runtime/AndroidRuntime.h
+++ b/include/android_runtime/AndroidRuntime.h
@@ -116,6 +116,14 @@ public:
private:
static int startReg(JNIEnv* env);
+ bool parseRuntimeOption(const char* property,
+ char* buffer,
+ const char* runtimeArg,
+ const char* defaultArg = "");
+ bool parseCompilerRuntimeOption(const char* property,
+ char* buffer,
+ const char* runtimeArg,
+ const char* quotingArg);
void parseExtraOpts(char* extraOptsBuf, const char* quotingArg);
int startVm(JavaVM** pJavaVM, JNIEnv** pEnv);