]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove fsstress from build
authorJin Qian <jinqian@google.com>
Tue, 10 Oct 2017 00:42:13 +0000 (17:42 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Feb 2018 17:34:28 +0000 (12:34 -0500)
This is outdated and deprecated by android-xfstests
http://thunk.org/android-xfstests

Bug: 67046543
Change-Id: Ic80d5636bc06420f92ee2400bada5b7eb5595253
From AOSP commit: da63249bb23d54e7a9eaab1d365ec7b175ad5e30

contrib/Android.bp

index d4d7874bfd22d1b093a8700d43b0f86eb6ce0ccb..eba15c2288f86479ecdd31816d40496c34042a05 100644 (file)
@@ -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