From 4133334e20b0a90e1ef6b79ef17e8660d27e70d5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 26 Mar 2020 15:39:43 -0700 Subject: 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 --- Android.bp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Android.bp 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"], -} -- cgit v1.2.3