summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-13 02:05:34 -0800
committerShih-wei Liao <sliao@google.com>2011-01-13 02:05:34 -0800
commit0394d2495a9ae771b7d4555b2507881ed7203478 (patch)
tree43d30f41ae25b888ebce7f77d849c52746269994 /libs/rs/rsScriptC.cpp
parent3a3dd2b37cea6ce5bd5d074119a452272bdc66fb (diff)
Disable on-device linking
Change-Id: I7c416c7c9714fae0722e61c4f0368fbdb7d808b3
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r--libs/rs/rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index 55ee9ca0fe55..5dd976a846ff 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -428,7 +428,7 @@ void ScriptCState::runCompiler(Context *rsc,
// Handle Fatal Error
}
-#if 1
+#if 0
if (bccLinkBC(s->mBccScript,
rs_runtime_lib_bc,
rs_runtime_lib_bc_size) != 0) {