From 7f08444f21cd0c38b3d7bed9932582e757629e7f Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Mon, 4 Dec 2023 14:41:47 +0100 Subject: [PATCH] Remove log library from android --- android/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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