blob: d8f1673af69e3a1da42fdec4aa079406497dcaab [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# HID plugin
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
device.c \
fakehid.c \
main.c \
manager.c \
server.c
LOCAL_CFLAGS:= \
-DVERSION=\"4.69\" \
-DSTORAGEDIR=\"/data/misc/bluetoothd\" \
-DCONFIGDIR=\"/etc/bluetooth\"
LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/../lib \
$(LOCAL_PATH)/../src \
$(LOCAL_PATH)/../gdbus \
$(call include-path-for, glib) \
$(call include-path-for, dbus)
LOCAL_SHARED_LIBRARIES := \
libbluetoothd \
libbluetooth \
libdbus \
libexpat \
libcutils \
libglib
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/bluez-plugin
LOCAL_UNSTRIPPED_PATH := $(TARGET_OUT_SHARED_LIBRARIES_UNSTRIPPED)/bluez-plugin
LOCAL_MODULE := input
include $(BUILD_SHARED_LIBRARY)