diff options
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index e9adbdc1447b..1602b4b39c91 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -63,6 +63,7 @@ bool Properties::enableRTAnimations = true; bool Properties::runningInEmulator = false; bool Properties::debuggingEnabled = false; +bool Properties::isolatedProcess = false; static int property_get_int(const char* key, int defaultValue) { char buf[PROPERTY_VALUE_MAX] = { |