properly use dynamic linking for LGPL libraries

This commit is contained in:
fysx
2014-02-07 23:40:02 +01:00
parent 00052d8067
commit e4e1a0f59b
4 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ LOCAL_SRC_FILES := \
$(wildcard ${LOCAL_PATH}/src-IL/src/*.cpp) \
$(wildcard ${LOCAL_PATH}/src-IL/src/*.c) ))
LOCAL_SHARED_LIBRARIES := libtiff libpng libjasper libjpeg libmng liblcms
# $(info libdevil: include dirs $(LOCAL_C_INCLUDES))
# $(info libdevil: src files $(LOCAL_SRC_FILES))
include $(BUILD_STATIC_LIBRARY)
include $(BUILD_SHARED_LIBRARY)