From 8845fbbc8e9372c1587e3da71d26abc2317fa649 Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Fri, 7 Jan 2011 18:48:55 -0800 Subject: [PATCH] For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable. Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46 --- libs/rs/rsScriptC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 65d0ed29249d6..5dd976a846ffb 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 }