OSDN Git Service

fix LOCAL_MODULE_TAGS issue
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 21 Nov 2011 06:53:07 +0000 (14:53 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 21 Nov 2011 06:53:07 +0000 (14:53 +0800)
jni/Android.mk

index 7e2b625..dbb5556 100644 (file)
@@ -22,11 +22,12 @@ include $(CLEAR_VARS)
 
 # This is the target being built.
 LOCAL_MODULE:= libjackpal-androidterm2
+LOCAL_MODULE_TAGS := optional
 
 # All of the source files that we will compile.
 LOCAL_SRC_FILES:= \
   termExec.cpp
 
-LOCAL_LDLIBS := -ldl -llog
+LOCAL_SHARED_LIBRARIES := liblog
 
 include $(BUILD_SHARED_LIBRARY)