diff --git a/app/app/src/main/cpp/CMakeLists.txt b/app/app/src/main/cpp/CMakeLists.txt index 3ac7e5b..8625d7b 100644 --- a/app/app/src/main/cpp/CMakeLists.txt +++ b/app/app/src/main/cpp/CMakeLists.txt @@ -14,9 +14,9 @@ cmake_minimum_required(VERSION 3.10) # # find_package(ndk-stl REQUIRED PATHS ".") -if(NOT ${ANDROID_STL} MATCHES "_shared") - return() -endif() +#if(NOT ${ANDROID_STL} MATCHES "_shared") +# return() +#endif() function(configure_shared_stl lib_path so_base) message("Configuring STL ${so_base} for ${ANDROID_ABI}")