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 f60d3a4702)
Change-Id: I293c81ba817e9abbf9c05b3fb554ef2f0ad0c4ed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user