summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-07-30 12:11:41 -0700
committerBrian Carlstrom <bdc@google.com>2014-07-31 14:27:29 -0700
commit4fd561637a173c7fa6a1d71e9115db1db90514ff (patch)
tree10c08ccbadc0ef804e90990e40e3a956b65606d2 /include
parentf60d3a4702f6d00d7edb5d348c53b9b03ae16b76 (diff)
downloadframeworks_base-4fd561637a173c7fa6a1d71e9115db1db90514ff.zip
frameworks_base-4fd561637a173c7fa6a1d71e9115db1db90514ff.tar.gz
frameworks_base-4fd561637a173c7fa6a1d71e9115db1db90514ff.tar.bz2
Disable compilation based on vold.decrypt. [frameworks/base]
Bug: 15165413 Change-Id: I1972c5af5f392c2ed247888ef33c03e9ffe4d588
Diffstat (limited to 'include')
-rw-r--r--include/android_runtime/AndroidRuntime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h
index 379cabc..51e47e6 100644
--- a/include/android_runtime/AndroidRuntime.h
+++ b/include/android_runtime/AndroidRuntime.h
@@ -116,6 +116,7 @@ public:
private:
static int startReg(JNIEnv* env);
+ void addOption(const char* optionString, void* extra_info = NULL);
bool parseRuntimeOption(const char* property,
char* buffer,
const char* runtimeArg,