summaryrefslogtreecommitdiffstats
path: root/include/android_runtime
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-07-28 19:13:28 -0700
committerBrian Carlstrom <bdc@google.com>2014-08-06 22:25:00 -0700
commit3fbfbb4adeec1dda1e149758ea302c386101f267 (patch)
treee24c0a50c90acfeabf8c79e19c1635910ffe8078 /include/android_runtime
parenta25dc2bbe70b7449dc57e9619778ba592c198003 (diff)
downloadframeworks_base-3fbfbb4adeec1dda1e149758ea302c386101f267.zip
frameworks_base-3fbfbb4adeec1dda1e149758ea302c386101f267.tar.gz
frameworks_base-3fbfbb4adeec1dda1e149758ea302c386101f267.tar.bz2
Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [frameworks/base]
This will allow us to conditionally change the compiler-filter based on other properties. Bug: 15165413 (cherry picked from commit f60d3a4702f6d00d7edb5d348c53b9b03ae16b76) Change-Id: I293c81ba817e9abbf9c05b3fb554ef2f0ad0c4ed
Diffstat (limited to 'include/android_runtime')
-rw-r--r--include/android_runtime/AndroidRuntime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h
index 45aa745..379cabc 100644
--- a/include/android_runtime/AndroidRuntime.h
+++ b/include/android_runtime/AndroidRuntime.h
@@ -120,6 +120,10 @@ private:
char* buffer,
const char* runtimeArg,
const char* defaultArg = "");
+ bool parseCompilerOption(const char* property,
+ char* buffer,
+ const char* compilerArg,
+ const char* quotingArg);
bool parseCompilerRuntimeOption(const char* property,
char* buffer,
const char* runtimeArg,