Temporarly disable the RS Cache while some issues are worked on.
Change-Id: Ic0fbc36aecee4cc0c1b73fd5e068ec40ce9005b7
diff --git a/lib/ExecutionEngine/Script.cpp b/lib/ExecutionEngine/Script.cpp
index 7aa3748..30165f4 100644
--- a/lib/ExecutionEngine/Script.cpp
+++ b/lib/ExecutionEngine/Script.cpp
@@ -225,7 +225,8 @@
}
int Script::internalLoadCache() {
- if (getBooleanProp("debug.bcc.nocache")) {
+ // Temporarly disable the cache.
+ if (1 || getBooleanProp("debug.bcc.nocache")) {
// Android system environment property disable the cache mechanism by
// setting "debug.bcc.nocache". So we will not load the cache file any
// way.