diff options
| author | 2011-01-13 02:04:00 -0800 | |
|---|---|---|
| committer | 2011-01-13 02:04:00 -0800 | |
| commit | f6dd9c539c1b18f65674b495cb23bf2df36da7af (patch) | |
| tree | d3a364e81e92b93c1227c064a2b9683b2461354f /libs/rs/rsScriptC.cpp | |
| parent | 3ae5017b1bc2910610194cc8790e8d96516ac9b5 (diff) | |
| parent | 067e7b261a9fedab9217fc9d4baa76ba577636c2 (diff) | |
Merge "On-device linking." into honeycomb
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
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) { |