Skip to content

Commit

Permalink
Fixes Android compile failed. (#42787)
Browse files Browse the repository at this point in the history
Summary:
![image](https://github.com/facebook/react-native/assets/5061845/557c51fd-e675-4d36-b85d-f9367b44dfda)
cc. cortinico

## Changelog:

[ANDROID] [FIXED] - Fixes Android compile failed.

Pull Request resolved: #42787

Test Plan: N/A

Reviewed By: cipolleschi

Differential Revision: D53312698

Pulled By: cortinico

fbshipit-source-id: 29fdd1957c2310cef9b7aca06b09b5691176ea58
  • Loading branch information
zhongwuzw authored and facebook-github-bot committed Feb 1, 2024
1 parent 7c5e426 commit aefca27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file(GLOB react_featureflagsjni_SRCS CONFIGURE_DEPENDS *.cpp)
add_library(
react_featureflagsjni
SHARED
${featureflagsjni_SRCS}
${react_featureflagsjni_SRCS}
)

target_include_directories(react_featureflagsjni PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit aefca27

Please sign in to comment.