Skip to content

Commit

Permalink
Include folly::detail::base64 in folly dependency, unbreak CI (facebo…
Browse files Browse the repository at this point in the history
…ok#45416)

Summary:
Pull Request resolved: facebook#45416

Add sources for `folly::detail::base64` to our existing `folly` dependency for Android and iOS OSS build toolchains, now a (tiny) dependency of the JS debugger since D54309633, and already part of Folly's Buck sources.

Changelog: [Internal]

Differential Revision: D59683572
  • Loading branch information
robhogan authored and facebook-github-bot committed Jul 12, 2024
1 parent 80a3ed7 commit b804ff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ SET(folly_runtime_SRC
folly/Unicode.cpp
folly/concurrency/CacheLocality.cpp
folly/container/detail/F14Table.cpp
folly/detail/base64_detail/Base64_SSE4_2.cpp
folly/detail/base64_detail/Base64Api.cpp
folly/detail/base64_detail/Base64SWAR.cpp
folly/detail/FileUtilDetail.cpp
folly/detail/Futex.cpp
folly/detail/SplitStringSimd.cpp
Expand Down
5 changes: 5 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,9 @@ Pod::Spec.new do |spec|
'folly/detail/FileUtilDetail.cpp',
'folly/detail/SplitStringSimd.cpp',
'folly/detail/UniqueInstance.cpp',
'folly/detail/base64_detail/Base64_SSE4_2.cpp',
'folly/detail/base64_detail/Base64Api.cpp',
'folly/detail/base64_detail/Base64SWAR.cpp',
'folly/hash/SpookyHashV2.cpp',
'folly/lang/Assume.cpp',
'folly/lang/CString.cpp',
Expand All @@ -55,6 +58,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 +74,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 b804ff8

Please sign in to comment.