aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-10-09 17:42:13 -0700
committerJin Qian <jinqian@google.com>2017-11-10 12:26:15 -0800
commitda63249bb23d54e7a9eaab1d365ec7b175ad5e30 (patch)
treec74eccee0659333890786d0b43f32f43094e9a8b
parentf5efc9e047f613dd7b4eaa7619f49af536ae6c46 (diff)
downloade2fsprogs-da63249bb23d54e7a9eaab1d365ec7b175ad5e30.tar.gz
Remove fsstress from build
This is outdated and deprecated by android-xfstests http://thunk.org/android-xfstests Bug: 67046543 Change-Id: Ic80d5636bc06420f92ee2400bada5b7eb5595253
-rw-r--r--contrib/Android.bp23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/Android.bp b/contrib/Android.bp
index 200f375c..8bde657f 100644
--- a/contrib/Android.bp
+++ b/contrib/Android.bp
@@ -2,29 +2,6 @@
subdirs = ["android"]
-//##########################################################################
-// Build fsstress
-
-cc_binary {
- name: "fsstress",
- host_supported: true,
- defaults: ["e2fsprogs-defaults"],
-
- srcs: ["fsstress.c"],
- cflags: [
- "-Wno-error=sign-compare",
- "-Wno-unused-parameter",
- "-Wno-unused-result",
- ],
- system_shared_libs: ["libc", "libdl"],
-
- target: {
- darwin: {
- enabled: false,
- },
- },
-}
-
//########################################################################
// Build add_ext4_encrypt