From fdc3242e141c22e7291000ff707a50b7a9aa3025 Mon Sep 17 00:00:00 2001 From: huzhiqiang <912790387@qq.com> Date: Sat, 23 May 2020 14:24:51 +0800 Subject: [PATCH] [BUG FIX] Fix the issue that Android static library can not be linked properly --- lite/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lite/CMakeLists.txt b/lite/CMakeLists.txt index 1c1fc1b0de..2734a68470 100644 --- a/lite/CMakeLists.txt +++ b/lite/CMakeLists.txt @@ -327,7 +327,6 @@ if (LITE_WITH_LIGHT_WEIGHT_FRAMEWORK AND LITE_WITH_ARM) add_dependencies(publish_inference tiny_publish_cxx_lib) if(NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Debug") add_custom_command(TARGET tiny_publish_cxx_lib POST_BUILD - COMMAND ${CMAKE_STRIP} "-s" ${INFER_LITE_PUBLISH_ROOT}/cxx/lib/libpaddle_api_light_bundled.a COMMAND ${CMAKE_STRIP} "-s" ${INFER_LITE_PUBLISH_ROOT}/cxx/lib/libpaddle_light_api_shared.so) endif() endif() -- GitLab