blob: aed2cc1ef7a968e7b9fb7a411c5642e273d7bea7 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
#
# libplugin
#
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
hciops.c \
LOCAL_CFLAGS:= \
-DVERSION=\"4.69\" \
-DBLUETOOTH_PLUGIN_BUILTIN \
LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/../lib \
$(LOCAL_PATH)/../gdbus \
$(LOCAL_PATH)/../src \
$(call include-path-for, glib) \
$(call include-path-for, dbus) \
LOCAL_SHARED_LIBRARIES := \
libbluetoothd \
libbluetooth \
libcutils \
libdbus \
libglib \
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/bluez-plugin
LOCAL_UNSTRIPPED_PATH := $(TARGET_OUT_SHARED_LIBRARIES_UNSTRIPPED)/bluez-plugin
LOCAL_MODULE:=libbuiltinplugin
include $(BUILD_STATIC_LIBRARY)