summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-03-30 17:52:47 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-03-30 17:52:47 +0000
commit0d7341127a5e3769102ac2b9b9ccba9fdc4257f4 (patch)
tree8b9030cb70aeb1ef9eda2a7bf17a34d41e4fc823
parent92f0ac50982e97eb9b1b2d129b1082f10c8273d4 (diff)
parent4133334e20b0a90e1ef6b79ef17e8660d27e70d5 (diff)
downloadnfacct-simpleperf-release.tar.gz
Snap for 6347427 from 4133334e20b0a90e1ef6b79ef17e8660d27e70d5 to simpleperf-releasesimpleperf-release
Change-Id: I9ee7f2a56a3b4216864d8a64d94ad677befa9bbc
-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"],
-}