mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 17:46:35 +08:00
bump NDK toolchain to 4.9 (#19945)
Summary: This PR will bump NDK_TOOLCHAIN_VERSION to 4.9 or use GCC 4.9 to build C++ code. Once merged, we can bump folly to a newer version, which requires GCC 4.9. Pull Request resolved: https://github.com/facebook/react-native/pull/19945 Reviewed By: fkgozali Differential Revision: D8943282 Pulled By: hramos fbshipit-source-id: d239ca67a08788b12e115a9d78443b13a10403f6
This commit is contained in:
committed by
Facebook Github Bot
parent
6da5779eb7
commit
ccdd450b12
@@ -7,7 +7,7 @@ rn_xplat_cxx_library(
|
||||
compiler_flags = [
|
||||
"-Wall",
|
||||
"-fexceptions",
|
||||
"-std=gnu++1y",
|
||||
"-std=c++1y",
|
||||
],
|
||||
platforms = ANDROID,
|
||||
soname = "libfabricjscjni.$(ext)",
|
||||
|
||||
Reference in New Issue
Block a user