Skip to content

Commit

Permalink
Revert "ANDROID: Incremental fs: Adding perf test"
Browse files Browse the repository at this point in the history
This reverts commit f5c4306.

Set incfs back to rvc shipping incfs

Bug: 178509184
Test: incfs_test passes
Signed-off-by: Paul Lawrence <[email protected]>
Change-Id: Ib7baf045f4bd33c59cdad15dd712251b15ae4747
  • Loading branch information
PaulLawrenceGoogle committed Jan 26, 2021
1 parent f461a8a commit fbf5d68
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 772 deletions.
1 change: 0 additions & 1 deletion tools/testing/selftests/filesystems/incfs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
incfs_test
incfs_stress
incfs_perf
2 changes: 1 addition & 1 deletion tools/testing/selftests/filesystems/incfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -I../.. -I../../../../..
LDLIBS := -llz4 -lcrypto -lpthread
TEST_GEN_PROGS := incfs_test incfs_stress incfs_perf
TEST_GEN_PROGS := incfs_test incfs_stress

include ../../lib.mk

Expand Down
Loading

0 comments on commit fbf5d68

Please sign in to comment.