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) | |