OSDN Git Service

e8aa86162aead7a91dd7d0fb5d46ae6a08488a3e
[android-x86/external-bluetooth-bluez.git] / utils / dund / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 #
4 # hcid
5 #
6
7 include $(CLEAR_VARS)
8
9 LOCAL_C_INCLUDES:= \
10         $(call include-path-for, bluez-libs) \
11         $(call include-path-for, dbus) \
12         $(call include-path-for, bluez-utils)/common
13
14 LOCAL_CFLAGS:= \
15         -DVERSION=\"3.36\" \
16         -DSTORAGEDIR=\"/data\" \
17         -DCONFIGDIR=\"/etc\" \
18
19 LOCAL_SRC_FILES:= \
20         dun.c     \
21         main.c    \
22         msdun.c   \
23         sdp.c
24
25 LOCAL_SHARED_LIBRARIES := \
26         libbluetooth 
27
28 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
29 LOCAL_MODULE_TAGS := eng
30 LOCAL_MODULE:=dund
31
32 include $(BUILD_EXECUTABLE)