Skip to content
Snippets Groups Projects
Commit 5dcf610f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Merge branch 'master' of git.savoirfairelinux.com:sflphone-android

parents 134c3283 7535dfa0
No related branches found
No related tags found
No related merge requests found
......@@ -35,4 +35,7 @@ APP_MODULES += libaudio
APP_MODULES += libhistory
APP_MODULES += libhooks
APP_MODULES += libsflphone
APP_MODULES += sflphoned
APP_STL := gnustl_shared
......@@ -24,8 +24,8 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include \
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)/../include
LOCAL_MODULE := libdbus-c++-1
LOCAL_CFLAGS += -Wno-unused-parameter -fexceptions
LOCAL_STATIC_LIBRARIES += libdbus
LOCAL_CFLAGS += -Wno-unused-parameter -fexceptions -frtti
LOCAL_SHARED_LIBRARIES += libdbus
include $(BUILD_SHARED_LIBRARY)
......@@ -14,5 +14,4 @@ LOCAL_SRC_FILES := api.c reader.c scanner.c \
parser.c loader.c writer.c emitter.c dumper.c
LOCAL_C_INCLUDES += $(LOCAL_PATH)/inc
#include $(BUILD_STATIC_LIBRARY)
include $(BUILD_SHARED_LIBRARY)
sflphone @ 0bd2b677
Subproject commit 934633e8985ce19b605f6eeadca6202a4ca48a8b
Subproject commit 0bd2b677c246dc2a2069eee185a2c9b972052b69
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment