flutter-engine: Enable deprecated mallinfo to support clang-12
Prevent this observed failure:
FAILED: obj/third_party/dart/runtime/vm/libdart_vm_jit.malloc_hooks_unsupported.o
.../flutter-engine-debug/git-r0/src/buildtools/linux-x64/clang/bin/clang++
(...)
../../third_party/dart/runtime/vm/malloc_hooks_unsupported.cc:76:26:
error: 'mallinfo' is deprecated [-Werror,-Wdeprecated-declarations]
truct mallinfo info = mallinfo();
^
Relate-to: https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/merge_requests/4
Thanks-to: Natalia Kovalenko waykovalenko@gmail.com
Signed-off-by: Philippe Coval philippe.coval@huawei.com