summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2022-07-08 12:18:24 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-07-08 12:18:24 +0800
commitfe58cad574d291f2fa4ec33c9e4db983f8a810cf (patch)
tree4f6a7ae59d01fc09d3e6ed31e6fe809fad2ee873
parentf260bdfe8c5e0b48ae5ae04a2d6d7caa8395017e (diff)
downloadlinaro-prebuilts-fe58cad574d291f2fa4ec33c9e4db983f8a810cf.tar.gz
llvm-strip: add to support stripping ko files
without the repo syncing of the clang repository Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I24b09badd625ca22ed24965a5f668ecc56ce38de
-rwxr-xr-xhost/bin/llvm-stripbin0 -> 3693968 bytes
-rw-r--r--host/lib64/libc++.so.1bin0 -> 2015128 bytes
-rw-r--r--host/source.txt3
3 files changed, 3 insertions, 0 deletions
diff --git a/host/bin/llvm-strip b/host/bin/llvm-strip
new file mode 100755
index 0000000..8591c1c
--- /dev/null
+++ b/host/bin/llvm-strip
Binary files differ
diff --git a/host/lib64/libc++.so.1 b/host/lib64/libc++.so.1
new file mode 100644
index 0000000..4bfdeee
--- /dev/null
+++ b/host/lib64/libc++.so.1
Binary files differ
diff --git a/host/source.txt b/host/source.txt
index 2e44f85..ab65cf3 100644
--- a/host/source.txt
+++ b/host/source.txt
@@ -47,3 +47,6 @@ host/bin/toybox:
host/bin/unpack_bootimg:
https://ci.android.com/builds/submitted/8302533/aosp_arm64-userdebug/latest/
+host/bin/llvm-strip
+host/lib64/libc++.so.1
+ https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r450784e/