summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index c3d8283..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-include $(LOCAL_PATH)/android.config
-
-INCLUDES = $(LOCAL_PATH)
-INCLUDES += external/libnl/include
-
-LOCAL_CFLAGS := \
- -Wall -Werror \
- -Wno-format \
- -Wno-unused-parameter \
- -Wno-unused-variable \
-
-ifdef HAVE_LIBNL20
-LOCAL_CFLAGS += -DHAVE_LIBNL20
-endif
-
-########################
-
-LOCAL_SRC_FILES:= nfacct.c
-LOCAL_MODULE := nfacct
-
-LOCAL_SHARED_LIBRARIES += libnl
-LOCAL_C_INCLUDES := $(INCLUDES)
-
-include $(BUILD_EXECUTABLE)