summaryrefslogtreecommitdiff
path: root/netfilter/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'netfilter/Android.mk')
-rw-r--r--netfilter/Android.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/netfilter/Android.mk b/netfilter/Android.mk
new file mode 100644
index 0000000..1906e7b
--- /dev/null
+++ b/netfilter/Android.mk
@@ -0,0 +1,21 @@
+
+#############################################################################
+# Copyright (c) 2013 Linaro
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Linaro <linaro-dev@lists.linaro.org>
+#############################################################################
+
+
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := nl.c
+LOCAL_MODULE := nl-listener
+LOCAL_MODULE_TAGS := optional tests
+
+include $(BUILD_EXECUTABLE)