From efe9817e444075054492614edbfff68a0e498ef5 Mon Sep 17 00:00:00 2001 From: Jin Qian Date: Mon, 9 Oct 2017 17:42:13 -0700 Subject: [PATCH] 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 --- contrib/Android.bp | 18 ------------------ 1 file changed, 18 deletions(-) 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 -- 1.8.3.1