1diff --git a/src/google/protobuf/port_def.inc b/src/google/protobuf/port_def.inc 2index 753d242d40e1d..f1c46c2a1b284 100644 3--- a/src/google/protobuf/port_def.inc 4+++ b/src/google/protobuf/port_def.inc 5@@ -257,7 +257,7 @@ 6 #if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \ 7 !defined(_ARCH_PPC) && !defined(__wasm__) && \ 8 !(defined(_MSC_VER) && defined(_M_IX86)) && \ 9- !(defined(__NDK_MAJOR__) && __NDK_MAJOR <= 24) 10+ !(defined(__NDK_MAJOR__) && __NDK_MAJOR__ <= 24) 11 # ifndef PROTO2_OPENSOURCE 12 // Compilation fails on ARM32: b/195943306 13 // Compilation fails on powerpc64le: b/187985113 14