summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
author Shih-wei Liao <sliao@google.com> 2011-01-13 02:04:00 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-01-13 02:04:00 -0800
commitf6dd9c539c1b18f65674b495cb23bf2df36da7af (patch)
treed3a364e81e92b93c1227c064a2b9683b2461354f /libs/rs/rsScriptC.cpp
parent3ae5017b1bc2910610194cc8790e8d96516ac9b5 (diff)
parent067e7b261a9fedab9217fc9d4baa76ba577636c2 (diff)
Merge "On-device linking." into honeycomb
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 5dd976a846ff..55ee9ca0fe55 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -428,7 +428,7 @@ void ScriptCState::runCompiler(Context *rsc,
// Handle Fatal Error
}
-#if 0
+#if 1
if (bccLinkBC(s->mBccScript,
rs_runtime_lib_bc,
rs_runtime_lib_bc_size) != 0) {