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

Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 65d0ed2..5dd976a 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -437,7 +437,7 @@
         }
 #endif
 
-        if (bccCompileBC(s->mBccScript) != 0) {
+        if (bccPrepareExecutable(s->mBccScript) != 0) {
             LOGE("bcc: FAILS to prepare executable");
             // Handle Fatal Error
         }