summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNowar Gu <nowar100@gmail.com>2011-07-04 16:33:22 +0800
committerNowar Gu <nowar100@gmail.com>2011-07-04 16:33:22 +0800
commit1d093841edf4d4490655b3432d403fe4477cb0ae (patch)
treee82068e6619852c575e2c6cb0b0158a725bb5512
parentbff31016eaadd77d9a8870af9cadc80ae6db71f0 (diff)
downloadgdk-1d093841edf4d4490655b3432d403fe4477cb0ae.tar.gz
Add -I and -L for Nowar. FIXME: Take out in future.
-rw-r--r--samples/bitmap-plasma-llvm/jni/Android.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/samples/bitmap-plasma-llvm/jni/Android.mk b/samples/bitmap-plasma-llvm/jni/Android.mk
index c3fe5f1..49364bc 100644
--- a/samples/bitmap-plasma-llvm/jni/Android.mk
+++ b/samples/bitmap-plasma-llvm/jni/Android.mk
@@ -2,8 +2,11 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_CFLAGS := -I/usr/local/google/work/m/frameworks/compile/libbcc/include/
-LOCAL_LDFLAGS := -L/usr/local/google/work/m/out/target/product/crespo4g/system/lib/
+LOCAL_CFLAGS := -I/usr/local/google/work/m/frameworks/compile/libbcc/include/ \
+ -I/home/nowar/cyanogen/frameworks/compile/libbcc/include/ \
+ -I/home/nowar/cyanogen/ndk/platforms/android-9/arch-arm/usr/include
+LOCAL_LDFLAGS := -L/usr/local/google/work/m/out/target/product/crespo4g/system/lib/ \
+ -L/home/nowar/cyanogen/out/target/product/crespo/system/lib/
LOCAL_MODULE := plasma
LOCAL_SRC_FILES := plasmaLLVM.cpp