diff options
author | 2011-01-07 18:48:55 -0800 | |
---|---|---|
committer | 2011-01-07 19:24:41 -0800 | |
commit | 8845fbbc8e9372c1587e3da71d26abc2317fa649 (patch) | |
tree | 043a5f840adb6f4612205e75beac8c7a099cb0d9 /libs/rs/rsScriptC.cpp | |
parent | 3ba2bf42c50dfa05bf672124eb3d2ef8c02f183e (diff) |
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46
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 65d0ed29249d..5dd976a846ff 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -437,7 +437,7 @@ void ScriptCState::runCompiler(Context *rsc, } #endif - if (bccCompileBC(s->mBccScript) != 0) { + if (bccPrepareExecutable(s->mBccScript) != 0) { LOGE("bcc: FAILS to prepare executable"); // Handle Fatal Error } |