summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-12 19:14:27 -0800
committerShih-wei Liao <sliao@google.com>2011-01-12 19:14:27 -0800
commit60c3234efa02e0fa51f550271d5be02d06fc6a4a (patch)
treec69ee048e29b3ba359e3ef8484102083848c4045 /rsScriptC.cpp
parentdfadd071549bafef92060f805eddfa464cf5859e (diff)
downloadrs-60c3234efa02e0fa51f550271d5be02d06fc6a4a.tar.gz
On-device linking.
Change-Id: I609f575f1c2b9e9c3de0d8c16eb06b66b744bcb5
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 5dd976a8..55ee9ca0 100644
--- a/rsScriptC.cpp
+++ b/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) {