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 }