blob: 0f29cf914521f6fc3c679d47e88b955b75ef3578 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := brctl
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
brctl.c \
brctl_cmd.c \
brctl_disp.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../libbridge
LOCAL_CFLAGS := -DHAVE_CONFIG_H -Wno-error
LOCAL_SHARED_LIBRARIES := libbridge
include $(BUILD_EXECUTABLE)