summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-07-28 19:13:28 -0700
committerBrian Carlstrom <bdc@google.com>2014-07-31 14:27:29 -0700
commitf60d3a4702f6d00d7edb5d348c53b9b03ae16b76 (patch)
tree0cef1223c6b75570744b97539e2f9bb019b184ea /include
parent8c57cead83105ce273351024bfa745c979f9dc48 (diff)
downloadframeworks_base-f60d3a4702f6d00d7edb5d348c53b9b03ae16b76.zip
frameworks_base-f60d3a4702f6d00d7edb5d348c53b9b03ae16b76.tar.gz
frameworks_base-f60d3a4702f6d00d7edb5d348c53b9b03ae16b76.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 Change-Id: I1676987c69a3cad4217dc4b56465ef3ae886122a
Diffstat (limited to 'include')
-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,