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

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

Merge "Finish the refactor work of bccPrepareExecutable"

parents 5b9b5a95 8ce8a1af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ bool rsdScriptInit(const Context *rsc,
        goto error;
    }

    if (bccPrepareExecutableEx(drv->mBccScript, cacheDir, resName, 0) != 0) {
    if (bccPrepareExecutable(drv->mBccScript, cacheDir, resName, 0) != 0) {
        LOGE("bcc: FAILS to prepare executable");
        goto error;
    }