summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c/CMakeLists.txt
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-15 13:52:59 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-15 13:52:59 +0200
commitf398162d028a35fc22bbfc2e05ff4cd9d0801324 (patch)
tree5dc8d9f86cca7834721a9f79948d8ab371213827 /monero_libwallet2_api_c/CMakeLists.txt
parent44fd5e17bbce52caf681850ac79f463d9ce6bb31 (diff)
Enable stdout/stderr logging to logcat on androidandroid_logging
Diffstat (limited to 'monero_libwallet2_api_c/CMakeLists.txt')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index eb1714e..60be91c 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -32,6 +32,7 @@ if(${HOST_ABI} STREQUAL "x86_64-linux-android" OR
${HOST_ABI} STREQUAL "aarch64-linux-android" OR
${HOST_ABI} STREQUAL "armv7a-linux-androideabi")
add_link_options(-stdlib=libc++ -static-libstdc++)
+ set(EXTRA_LIBS_ANDROID log)
endif()
add_library( wallet2_api_c