Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d46ecb0 authored by Shih-wei Liao's avatar Shih-wei Liao Committed by Android (Google) Code Review
Browse files

Merge "For caching, didn't do CompileBC. Rename bccCompileBC as...

Merge "For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb
parents 67c2d979 8845fbbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -437,7 +437,7 @@ void ScriptCState::runCompiler(Context *rsc,
        }
        }
#endif
#endif


        if (bccCompileBC(s->mBccScript) != 0) {
        if (bccPrepareExecutable(s->mBccScript) != 0) {
            LOGE("bcc: FAILS to prepare executable");
            LOGE("bcc: FAILS to prepare executable");
            // Handle Fatal Error
            // Handle Fatal Error
        }
        }