diff options
author | Shih-wei Liao <sliao@google.com> | 2011-01-18 22:51:22 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-18 22:51:22 -0800 |
commit | 9d30f75468b143724238e2cf00fcc7a2eeb2ba3f (patch) | |
tree | 1a0a892c42277d294b24c60cfdc797c7d2c6bcb9 /libs/rs/rsScriptC.cpp | |
parent | 9a07c990d305243d1b9b8557fea96f273c46dc0f (diff) | |
parent | cbb7279e7b370c967932885f4fc53e4bc8d592ad (diff) |
Merge "Fix the build." 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 9f730bffe8d3..1b879bdf39e0 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -485,7 +485,7 @@ void ScriptCState::runCompiler(Context *rsc, // Handle Fatal Error } -#if 1 +#if 0 if (bccLinkBC(s->mBccScript, resName, NULL /*rs_runtime_lib_bc*/, |