Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix __mulodi4 symbol not found build break.
Summary: Error message: DerivedSources/ForwardingHeaders/wtf/CheckedArithmetic.h:458: error: undefined reference to '__mulodi4' This happens only on debug build + ARMv7 NDK r19 did fix this: android/ndk#184 To aligned NDK r17c with RN, fallback to use non bulitin overflow check. Related context: https://codereview.chromium.org/2011073002
- Loading branch information