commit | 8845fbbc8e9372c1587e3da71d26abc2317fa649 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Fri Jan 07 18:48:55 2011 -0800 |
committer | Shih-wei Liao <sliao@google.com> | Fri Jan 07 19:24:41 2011 -0800 |
tree | 043a5f840adb6f4612205e75beac8c7a099cb0d9 | |
parent | 3ba2bf42c50dfa05bf672124eb3d2ef8c02f183e [diff] |
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable. Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 65d0ed2..5dd976a 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp
@@ -437,7 +437,7 @@ } #endif - if (bccCompileBC(s->mBccScript) != 0) { + if (bccPrepareExecutable(s->mBccScript) != 0) { LOGE("bcc: FAILS to prepare executable"); // Handle Fatal Error }