zenfone9: Use llvm-strip from prebuilts llvm-binutils-stable

No need to edit the clang version on each android release

Change-Id: I47214f4a6a35939d27bc65286d31747007d2f28d
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/extract-files.sh b/extract-files.sh
index 6fd0e25..7dc408f 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -71,7 +71,7 @@
         "${PATCHELF}" --add-needed android.hardware.security.rkp-V1-ndk.so "${2}"
         ;;
     vendor/lib64/libQnnGpu.so)
-        "${CM_ROOT}"/prebuilts/clang/host/linux-x86/clang-r487747c/bin/llvm-strip "${2}"
+        "${CM_ROOT}"/prebuilts/clang/host/linux-x86/llvm-binutils-stable/llvm-strip "${2}"
         ;;
     vendor/bin/vendor.dpmd)
         "${PATCHELF}" --replace-needed "libhidlbase.so" "libhidlbase-v32.so" "${2}"