Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4cabd
)
Remove fsstress from build
author
Jin Qian
<jinqian@google.com>
Tue, 10 Oct 2017 00:42:13 +0000
(17:42 -0700)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/contrib/Android.bp
b/contrib/Android.bp
index
d4d7874
..
eba15c2
100644
(file)
--- 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