Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
10
external/nflog/Android.mk
vendored
Normal file
10
external/nflog/Android.mk
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue