It compiles and exectes (but crashes on startup)

This commit is contained in:
Martin Felis
2013-12-05 22:03:28 +01:00
parent 2644d1ee18
commit bf4cdc5743
24 changed files with 177 additions and 48 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ LOCAL_SRC_FILES := \
,$(subst $(LOCAL_PATH)/,,\
$(wildcard ${LOCAL_PATH}/src/*.c) ))
$(info liblcms: include dirs $(LOCAL_C_INCLUDES))
$(info liblcms: src files $(LOCAL_SRC_FILES))
# $(info liblcms: include dirs $(LOCAL_C_INCLUDES))
# $(info liblcms: src files $(LOCAL_SRC_FILES))
include $(BUILD_STATIC_LIBRARY)