From: Jin Qian Date: Tue, 10 Oct 2017 00:42:13 +0000 (-0700) Subject: Remove fsstress from build X-Git-Tag: v1.44.0-rc1~17 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=efe9817e444075054492614edbfff68a0e498ef5;p=tools%2Fe2fsprogs.git 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 --- diff --git a/contrib/Android.bp b/contrib/Android.bp index d4d7874..eba15c2 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