Skip to content

Commit

Permalink
Android support
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrovski committed Jun 11, 2016
1 parent f94b757 commit b5170cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Android.mk
@@ -0,0 +1,25 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
main.c \
dev.c \
commands.c \
qmi-message.c \
qmi-message-ctl.c \
qmi-message-dms.c \
qmi-message-nas.c \
qmi-message-pds.c \
qmi-message-wds.c \
qmi-message-wms.c \
qmi-message-wda.c


LOCAL_MODULE:= uqmi
LOCAL_C_INCLUDES := external/uqmi
LOCAL_STATIC_LIBRARIES := libubox libblobmsg_json
LOCAL_SHARED_LIBRARIES := libjson-c
LOCAL_CFLAGS+=--std=gnu99

include $(BUILD_EXECUTABLE)

0 comments on commit b5170cf

Please sign in to comment.