zenfone9: Edit the path for llvm-strip in extract-files.sh
Change-Id: Ic5bd941c60413b1c0fee7ce35a5a46656e2254a4
diff --git a/extract-files.sh b/extract-files.sh
index 5b901e0..aa050aa 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-r450784d/bin/llvm-strip "${2}"
+ "${CM_ROOT}"/prebuilts/clang/host/linux-x86/clang-r487747c/bin/llvm-strip "${2}"
;;
esac
}