blob: 17df49bf811788c308dacbd29138bd0ab14cd7cb [file] [log] [blame]
#
# libbluedroid
#
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
bluetooth.c
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include \
system/bluetooth/bluez-clean-headers
LOCAL_SHARED_LIBRARIES := \
libcutils
LOCAL_MODULE := libbluedroid
include $(BUILD_SHARED_LIBRARY)