You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
299 B

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 -w
include $(BUILD_STATIC_LIBRARY)