strip fails when using clang

Hi, I’m using Codeworks for android 1R5, I recently switched my project to use ClangDefault and “strip” fails to run at the end of the build.
this is the error:

D:\devtools\NVPACK\android-ndk-r12b\toolchains\llvm\prebuilt\windows-x86_64\bin\arm-linux-androideabi-strip.exe' is not recognized as an internal or external command, operable program or batch file.

indeed in that directory there isn’t any executable called strip, just clang etc…

am I missing something? is this a bug? if I use gcc it works correctly

thank you for your time
Alberto