OSDN Git Service

Initial Contribution
[android-x86/external-bluetooth-bluez.git] / libs / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         src/bluetooth.c \
6         src/sdp.c \
7         src/hci.c 
8
9 LOCAL_C_INCLUDES+= \
10          $(LOCAL_PATH)/include
11
12 LOCAL_MODULE:=libbluetooth
13
14 LOCAL_CFLAGS+=-O3
15
16 include $(BUILD_SHARED_LIBRARY)