Hi, On Wed, Dec 01, 2021 at 01:48:02PM -0800, Kelvin Zhang wrote:
... I will check this main patchset later.. Working on another stuff now. > diff --git a/mkfs/main.c b/mkfs/main.c > index 58a6441..d6bc7dd 100644 > --- a/mkfs/main.c > +++ b/mkfs/main.c > @@ -24,6 +24,13 @@ > #include "erofs/compress_hints.h" > #include "erofs/blobchunk.h" > > +#ifdef WITH_ANDROID > +#include <selinux/android.h> > +#include <private/android_filesystem_config.h> > +#include <private/canned_fs_config.h> > +#include <private/fs_config.h> > +#endif I planned to add #include "../lib/liberofs_private.h" instead in the previous patch. Please help check if any other regression out of Android build... Thanks, Gao Xiang
