pmt: Android.mk: fix cflags

This commit is contained in:
2024-10-02 22:54:02 +03:00
parent b55f82cdd3
commit 5cbd362d72

View File

@@ -24,6 +24,7 @@ include $(LOCAL_PATH)/../build/config/env.mk
PMT_CXXFLAGS = \
-O3 \
-Wall \
-Wextra \
-Wno-vla-cxx-extension \
-Wno-nullability-completeness \
@@ -34,7 +35,6 @@ PMT_CXXFLAGS = \
-D__NDK_BUILD \
$(PMT_EXTRA_CXXFLAGS)
E2FSPROGS_DEFAULT_CFLAGS = \
-Wall \
-Werror \
-Wno-pointer-arith \
-Wno-sign-compare \