summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNowar Gu <nowar100@gmail.com>2011-07-18 00:32:26 +0800
committermodcarl <modcarl@gmail.com>2011-07-18 21:00:40 +0800
commit3ae738a12daed3b289f53b5645d81fc65fd2d7a8 (patch)
tree48daf79ebfc8f3aae77d8e51e02d858d2d233f04
parent156dbc65885e07907a0f24865d037f294e37ec65 (diff)
downloadgdk-3ae738a12daed3b289f53b5645d81fc65fd2d7a8.tar.gz
Migrate to non-deprecated bcc interface.
-rw-r--r--samples/bitmap-plasma-llvm/jni/plasmaLLVM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bitmap-plasma-llvm/jni/plasmaLLVM.cpp b/samples/bitmap-plasma-llvm/jni/plasmaLLVM.cpp
index 0c08ae8..f338194 100644
--- a/samples/bitmap-plasma-llvm/jni/plasmaLLVM.cpp
+++ b/samples/bitmap-plasma-llvm/jni/plasmaLLVM.cpp
@@ -422,7 +422,7 @@ extern "C" JNIEXPORT jint JNICALL Java_com_example_plasma_llvm_PlasmaView_native
return -1;
}
- if (bccPrepareExecutable(script_ref, "@@/data/data/com.example.plasma.llvm/plasmaLLVM.oBCC", 0)) {
+ if (bccPrepareExecutableEx(script_ref, "/data/data/com.example.plasma.llvm/", "plasmaLLVM", 0)) {
LOGE("Error! Cannot bccPrepareExecutable");
return -1;
}