Skip to content

Commit bbf4398

Browse files
Kudograbbou
authored andcommitted
Remove unused files and code for old JSC and gcc build (facebook#23014)
Summary: ---------- 1. Unused prebuilt old JSC for 64bits. 2. Folly patch for gcc build. Pull Request resolved: facebook#23014 Differential Revision: D13690139 Pulled By: cpojer fbshipit-source-id: 64555f5b9a5fbd4156e42eeff13da721846c2521
1 parent 54e82a8 commit bbf4398

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

ReactAndroid/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,6 @@ task prepareFolly(dependsOn: dependenciesPath ? [] : [downloadFolly], type: Copy
8686
include "folly-${FOLLY_VERSION}/folly/**/*", 'Android.mk'
8787
eachFile {fname -> fname.path = (fname.path - "folly-${FOLLY_VERSION}/")}
8888
includeEmptyDirs = false
89-
90-
// Patch for folly build break on gcc 4.9 and could be removed after build by clang
91-
filesMatching('**/container/detail/F14Policy.h') {
92-
filter(ReplaceTokens, tokens: [
93-
'ObjectHolder(Args&&... args) : value_{std::forward<Args>(args)...} {}': 'ObjectHolder(Args&&... args) : value_({std::forward<Args>(args)...}) {}',
94-
'ObjectHolder(Args&&... args) : T{std::forward<Args>(args)...} {}': 'ObjectHolder(Args&&... args) : T({std::forward<Args>(args)...}) {}',
95-
],
96-
beginToken: '',
97-
endToken: '')
98-
}
99-
10089
into "$thirdPartyNdkDir/folly"
10190
}
10291

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)