blob: 489feeaf5f96cf577fc3005d29adc1f0b0d25a20 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libbridge
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
libbridge_devif.c \
libbridge_if.c \
libbridge_init.c \
libbridge_misc.c
LOCAL_CFLAGS := -DHAVE_CONFIG_H -Wno-error
include $(BUILD_SHARED_LIBRARY)