diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index c3ac10f7..2b2a08a1 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -47,11 +47,9 @@ set_target_properties( find_package(ReactAndroid REQUIRED CONFIG) find_package(fbjni REQUIRED CONFIG) -find_library(LOG_LIB log) target_link_libraries( ${PACKAGE_NAME} - ${LOG_LIB} fbjni::fbjni ReactAndroid::jsi ReactAndroid::turbomodulejsijni