blob: 8f8f4f5f1f11638a6c43c4510e3e71425cd30226 [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
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)