summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-10-09 17:42:13 -0700
committerTheodore Ts'o <tytso@mit.edu>2018-02-26 12:34:28 -0500
commitefe9817e444075054492614edbfff68a0e498ef5 (patch)
tree34ae722c907f939ca9f8aabafa56ef130913ba86 /contrib
parentea4cabd41a090ed71de0080ca2213b024f8ef36f (diff)
Remove fsstress from build
This is outdated and deprecated by android-xfstests http://thunk.org/android-xfstests Bug: 67046543 Change-Id: Ic80d5636bc06420f92ee2400bada5b7eb5595253 From AOSP commit: da63249bb23d54e7a9eaab1d365ec7b175ad5e30
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Android.bp18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/Android.bp b/contrib/Android.bp
index d4d7874b..eba15c22 100644
--- a/contrib/Android.bp
+++ b/contrib/Android.bp
@@ -2,24 +2,6 @@
subdirs = ["android"]
-//##########################################################################
-// Build fsstress
-
-cc_binary {
- name: "fsstress",
- host_supported: true,
-
- srcs: ["fsstress.c"],
- cflags: ["-W", "-Wall", "-Wno-macro-redefined"],
- system_shared_libs: ["libc", "libdl"],
-
- target: {
- darwin: {
- enabled: false,
- },
- },
-}
-
//########################################################################
// Build add_ext4_encrypt