commit | 0394d2495a9ae771b7d4555b2507881ed7203478 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Thu Jan 13 02:05:34 2011 -0800 |
committer | Shih-wei Liao <sliao@google.com> | Thu Jan 13 02:05:34 2011 -0800 |
tree | 43d30f41ae25b888ebce7f77d849c52746269994 | |
parent | 3a3dd2b37cea6ce5bd5d074119a452272bdc66fb [diff] [blame] |
Disable on-device linking Change-Id: I7c416c7c9714fae0722e61c4f0368fbdb7d808b3
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 55ee9ca..5dd976a 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp
@@ -428,7 +428,7 @@ // Handle Fatal Error } -#if 1 +#if 0 if (bccLinkBC(s->mBccScript, rs_runtime_lib_bc, rs_runtime_lib_bc_size) != 0) {