Merge "For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d46ecb075
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user