File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function(build_firebase_shared LIBRARY_NAME ARTIFACT_NAME OUTPUT_NAME)
110110 "-Wl,-z,max-page-size=16384"
111111 )
112112 add_custom_command (TARGET ${shared_target} POST_BUILD
113- COMMAND "${ANDROID_TOOLCHAIN_PREFIX} strip " -g -S -d --strip-debug --verbose
113+ COMMAND "${ANDROID_STRIP} " -g -S -d --strip-debug --verbose
114114 "lib${OUTPUT_NAME} .so"
115115 COMMENT "Strip debug symbols done on final binary. lib${OUTPUT_NAME} .so" )
116116 endif ()
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ function(build_uni TARGET_LINK_LIB_NAMES PROJECT_LIST_HEADER_VARIABLE)
9090 "-Wl,-z,max-page-size=16384"
9191 )
9292 add_custom_command (TARGET firebase_app_uni POST_BUILD
93- COMMAND "${ANDROID_TOOLCHAIN_PREFIX} strip " -g -S -d --strip-debug --verbose
93+ COMMAND "${ANDROID_STRIP} " -g -S -d --strip-debug --verbose
9494 "lib${FIREBASE_APP_UNI_VERSIONED} .so"
9595 COMMENT "Strip debug symbols done on final binary. lib${FIREBASE_APP_UNI_VERSIONED} .so" )
9696 endif ()
You can’t perform that action at this time.
0 commit comments