mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
Always use sparse/sparse.h when building for Android
Change-Id: Ic903ce09c93de75d6deb700a5a283638a912a25b Test: fastboot erase userdata
This commit is contained in:
parent
f250440b04
commit
a42e1108e1
@ -69,6 +69,7 @@
|
||||
#define HAVE_GETMNTENT 1
|
||||
#define HAVE_LLSEEK 1
|
||||
#define HAVE_MEMSET 1
|
||||
#define HAVE_SPARSE_SPARSE_H 1
|
||||
#define HAVE_LIBLZ4 1
|
||||
|
||||
#ifdef WITH_SLOAD
|
||||
@ -78,4 +79,5 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define HAVE_LSEEK64
|
||||
#define HAVE_SPARSE_SPARSE_H 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user