blob: 703247f3d039ff66b05f7d7b6311e57fc595b7dc [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
bluetooth.c \
sdp.c \
hci.c \
uuid.c \
LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/bluetooth \
LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog \
LOCAL_MODULE:=libbluetooth
LOCAL_CFLAGS+=-O3
include $(BUILD_SHARED_LIBRARY)