diff --git a/Android.bp b/Android.bp index 0c176e0d4..737e284e7 100644 --- a/Android.bp +++ b/Android.bp @@ -52,14 +52,6 @@ cc_library_static { local_include_dirs: ["include"], export_include_dirs: ["include"], cflags: ["-Wall", "-Werror"], - arch: { - mips: { - cflags: ["-Wno-#warnings"], - }, - mips64: { - cflags: ["-Wno-#warnings"], - }, - }, cppflags: [ "-std=c++14", "-nostdinc++",