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