OSDN Git Service

add chat to source tree
[android-x86/external-ppp.git] / chat / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES := chat.c
5
6 LOCAL_SHARED_LIBRARIES := libcutils libc
7
8 LOCAL_C_INCLUDES := \
9         $(LOCAL_PATH)/include
10
11 LOCAL_CFLAGS := -DANDROID_CHANGES -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY
12
13 LOCAL_MODULE := chat
14
15 include $(BUILD_EXECUTABLE)