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

Commit 3375904

Browse files
authored
Merge pull request OP-Engineering#20 from OP-Engineering/remove-android-log-library
2 parents bc415e2 + 7f08444 commit 3375904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ set_target_properties(
4747

4848
find_package(ReactAndroid REQUIRED CONFIG)
4949
find_package(fbjni REQUIRED CONFIG)
50-
find_library(LOG_LIB log)
5150

5251
target_link_libraries(
5352
${PACKAGE_NAME}
54-
${LOG_LIB}
5553
fbjni::fbjni
5654
ReactAndroid::jsi
5755
ReactAndroid::turbomodulejsijni

0 commit comments

Comments
 (0)