summaryrefslogtreecommitdiffstats
path: root/libs/rs/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
commit067e7b261a9fedab9217fc9d4baa76ba577636c2 (patch)
tree468ca7081c93bf8077b179429d7e113b844b2cd6 /libs/rs/rsScriptC.cpp
parent16095fc4c841017ff3843a6deba90f4f897af7b4 (diff)
downloadframeworks_base-067e7b261a9fedab9217fc9d4baa76ba577636c2.zip
frameworks_base-067e7b261a9fedab9217fc9d4baa76ba577636c2.tar.gz
frameworks_base-067e7b261a9fedab9217fc9d4baa76ba577636c2.tar.bz2
On-device linking.
Change-Id: I609f575f1c2b9e9c3de0d8c16eb06b66b744bcb5
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 5dd976a..55ee9ca 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) {