summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-07-09 12:36:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-09 12:36:47 +0000
commitce75618e12deebe302c551281ce56c0d60138e0f (patch)
tree54aacc8f75a71d52a4815ee0b9846cbb8cfd2ef4 /include
parente5d9dca16fa629d5cf5bdac38199de8052eb8336 (diff)
parent5aba0149b953fb8e85851811dde995fb35c10051 (diff)
downloadframeworks_base-ce75618e12deebe302c551281ce56c0d60138e0f.zip
frameworks_base-ce75618e12deebe302c551281ce56c0d60138e0f.tar.gz
frameworks_base-ce75618e12deebe302c551281ce56c0d60138e0f.tar.bz2
am 5aba0149: am b85afb38: Merge "Make dex2oat heap size product configurable [frameworks/base]"
* commit '5aba0149b953fb8e85851811dde995fb35c10051': 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);