Skip to content

Commit

Permalink
Include base64 in folly dependency, unbreak CI
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Differential Revision: D59683572
  • Loading branch information
robhogan authored and facebook-github-bot committed Jul 12, 2024
1 parent 80a3ed7 commit 9884ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SET(folly_runtime_SRC
folly/Unicode.cpp
folly/concurrency/CacheLocality.cpp
folly/container/detail/F14Table.cpp
folly/detail/base64_detail/Base64Api.cpp
folly/detail/FileUtilDetail.cpp
folly/detail/Futex.cpp
folly/detail/SplitStringSimd.cpp
Expand Down
3 changes: 3 additions & 0 deletions packages/react-native/third-party-podspecs/RCT-Folly.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Pod::Spec.new do |spec|
'folly/detail/FileUtilDetail.cpp',
'folly/detail/SplitStringSimd.cpp',
'folly/detail/UniqueInstance.cpp',
'folly/detail/base64_detail/Base64Api.cpp'
'folly/hash/SpookyHashV2.cpp',
'folly/lang/Assume.cpp',
'folly/lang/CString.cpp',
Expand All @@ -55,6 +56,7 @@ Pod::Spec.new do |spec|
'folly/container/*.h',
'folly/container/detail/*.h',
'folly/detail/*.h',
'folly/detail/base64_detail/*.h',
'folly/functional/*.h',
'folly/hash/*.h',
'folly/lang/*.h',
Expand All @@ -70,6 +72,7 @@ Pod::Spec.new do |spec|
'folly/container/*.h',
'folly/container/detail/*.h',
'folly/detail/*.h',
'folly/detail/base64_detail/*.h',
'folly/functional/*.h',
'folly/hash/*.h',
'folly/lang/*.h',
Expand Down

0 comments on commit 9884ca5

Please sign in to comment.