af-wall/external/nflog/Android.mk
2025-11-20 14:05:38 +01:00

10 lines
269 B
Makefile

LOCAL_PATH := $(call my-dir)
# Build original nflog
include $(CLEAR_VARS)
LOCAL_CFLAGS += -fvisibility=default -fPIE
LOCAL_LDFLAGS += -rdynamic -fPIE -pie
LOCAL_MODULE := nflog
LOCAL_SRC_FILES := attr.c callback.c nflog.c nlmsg.c socket.c
include $(BUILD_EXECUTABLE)