summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-26 15:39:43 -0700
committerElliott Hughes <enh@google.com>2020-03-26 15:39:43 -0700
commit4133334e20b0a90e1ef6b79ef17e8660d27e70d5 (patch)
tree8b9030cb70aeb1ef9eda2a7bf17a34d41e4fc823
parentda41b2d4c2089f96a7fcb81a8b686046e635da7d (diff)
downloadnfacct-4133334e20b0a90e1ef6b79ef17e8660d27e70d5.tar.gz
Stop building an abandoned project.
Upstream has moved on and requires additional dependencies, and there's no obvious sign that anyone's touched this since 2013 other than to try to keep it building. Let's see if we can get out of that business. Anyone wanting to bring this back to life should be prepared to own importing the other dependencies, and getting this back in sync with upstream. Test: treehugger Change-Id: I85fc519d928cd783617583568e799f24e6dbe226
-rw-r--r--Android.bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 0f5b335..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,17 +0,0 @@
-cc_binary {
- name: "nfacct",
-
- cflags: [
- "-Wall",
- "-Werror",
- "-Wno-format",
- "-Wno-unused-parameter",
- "-Wno-unused-variable",
-
- "-DHAVE_LIBNL20",
- ],
-
- srcs: ["nfacct.c"],
-
- shared_libs: ["libnl"],
-}