mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 22:28:09 +00:00
Summary: Fixes #20302 (For Android) Note: ------ 1. New folly will have build break for a gcc-4.9 and gcc-4.9 seems to be deprecated for latest folly. As we only use partial folly implementations, I just fixed the build break part. To support building RN on Windows, the patches are written by gradle ReplaceTokens. 2. The change for glog copying header into exported/ is to prevent build break for folly. `folly/detail/Demangle.h` will try to use libstdc++'s demangle.h. Unfortunately, glog also has a demangle.h in source code. So I copy exported headers and only search headers in exported/ folder during build. Pull Request resolved: https://github.com/facebook/react-native/pull/21977 Reviewed By: hramos Differential Revision: D12818133 Pulled By: fkgozali fbshipit-source-id: 2c1f6f012663204581a86141d0c9ed0eb9d8c698
22 lines
432 B
INI
22 lines
432 B
INI
VERSION_NAME=1000.0.0-master
|
|
GROUP=com.facebook.react
|
|
|
|
POM_NAME=ReactNative
|
|
POM_ARTIFACT_ID=react-native
|
|
POM_PACKAGING=aar
|
|
|
|
MOCKITO_CORE_VERSION=2.19.1
|
|
POWERMOCK_VERSION=1.6.2
|
|
ROBOLECTRIC_VERSION=3.0
|
|
JUNIT_VERSION=4.12
|
|
FEST_ASSERT_CORE_VERSION=2.0M10
|
|
|
|
ANDROID_SUPPORT_TEST_VERSION=1.0.2
|
|
FRESCO_VERSION=1.10.0
|
|
OKHTTP_VERSION=3.11.0
|
|
|
|
BOOST_VERSION=1_63_0
|
|
DOUBLE_CONVERSION_VERSION=1.1.6
|
|
FOLLY_VERSION=2018.10.22.00
|
|
GLOG_VERSION=0.3.5
|