Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit ee2b99a

Browse files
committed
Update Cmake and exclude duplicated libs
1 parent 3526d48 commit ee2b99a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

android/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
project(Reanimated)
12
cmake_minimum_required(VERSION 3.5.1)
23

34
set (CMAKE_VERBOSE_MAKEFILE ON)
@@ -13,6 +14,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1314
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "")
1415

1516
set (PACKAGE_NAME "reanimated")
17+
set (BUILD_DIR ${CMAKE_SOURCE_DIR}/build)
1618
set (SRC_DIR ${CMAKE_SOURCE_DIR}/src)
1719

1820
if(${CLIENT_SIDE_BUILD})

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ android {
406406
"**/libfbjni.so",
407407
"**/libjsi.so",
408408
"**/libfolly_json.so",
409+
"**/libfolly_runtime.so",
409410
"**/libglog.so",
410411
"**/libhermes.so",
411412
"**/libreactnativejni.so",

0 commit comments

Comments
 (0)