Signed-off-by: Jaegeuk Kim <[email protected]> --- include/android_config.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/android_config.h b/include/android_config.h index 865e4087ccfe..ce6723309447 100644 --- a/include/android_config.h +++ b/include/android_config.h @@ -31,6 +31,7 @@ #define HAVE_SELINUX_ANDROID_H 1 #define HAVE_SETMNTENT 1 #define HAVE_SPARSE_SPARSE_H 1 +#define HAVE_LIBLZ4 1 #ifdef WITH_SLOAD #define HAVE_LIBSELINUX 1 @@ -57,6 +58,7 @@ #define HAVE_GETMNTENT 1 #define HAVE_LLSEEK 1 #define HAVE_MEMSET 1 +#define HAVE_LIBLZ4 1 #ifdef WITH_SLOAD #define HAVE_LIBSELINUX 1 -- 2.36.0.rc2.479.g8af0fa9b8e-goog _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
