Loading libs/androidfw/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ cc_library { "ZipFileRO.cpp", "ZipUtils.cpp", ], // Allow implicit fallthroughs in Locale.cpp and ResourceTypes.cpp until they are fixed. cflags: ["-Wno-implicit-fallthrough"], export_include_dirs: ["include"], export_shared_lib_headers: ["libz"], target: { Loading media/jni/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,9 @@ cc_library_shared { "-Wno-error=deprecated-declarations", "-Wunused", "-Wunreachable-code", // Allow implicit fallthroughs in android_media_MediaScanner.cpp and // android_mtp_MtpDatabase.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], } Loading tools/aapt/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ cc_library_host_static { cflags: [ "-Wno-format-y2k", "-DSTATIC_ANDROIDFW_FOR_TOOLS", // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], srcs: [ Loading tools/incident_section_gen/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ cc_binary_host { "-O0", "-Wall", "-Werror", // Allow implicit fallthroughs in main.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], srcs: ["main.cpp"], shared_libs: [ Loading Loading
libs/androidfw/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ cc_library { "ZipFileRO.cpp", "ZipUtils.cpp", ], // Allow implicit fallthroughs in Locale.cpp and ResourceTypes.cpp until they are fixed. cflags: ["-Wno-implicit-fallthrough"], export_include_dirs: ["include"], export_shared_lib_headers: ["libz"], target: { Loading
media/jni/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,9 @@ cc_library_shared { "-Wno-error=deprecated-declarations", "-Wunused", "-Wunreachable-code", // Allow implicit fallthroughs in android_media_MediaScanner.cpp and // android_mtp_MtpDatabase.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], } Loading
tools/aapt/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ cc_library_host_static { cflags: [ "-Wno-format-y2k", "-DSTATIC_ANDROIDFW_FOR_TOOLS", // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], srcs: [ Loading
tools/incident_section_gen/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ cc_binary_host { "-O0", "-Wall", "-Werror", // Allow implicit fallthroughs in main.cpp until they are fixed. "-Wno-error=implicit-fallthrough", ], srcs: ["main.cpp"], shared_libs: [ Loading