From dbfff83fdc78850f76d0305b27596581ac2c5961 Mon Sep 17 00:00:00 2001 From: DH Date: Fri, 25 Apr 2025 17:58:20 +0300 Subject: [PATCH] android: remove nativehelper dependency --- android/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index f8e93167c..9cd61d123 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -121,5 +121,4 @@ target_link_libraries(${CMAKE_PROJECT_NAME} rx android log - nativehelper )