Fix Android build
Some static libraries are still required in 32-bit builds.97.0.4692.71 v97.0.4692.71-2
parent
daccaf0a3b
commit
af9eef6f6e
|
|
@ -61,6 +61,6 @@ if [ "$USE_ANDROID_NDK" -a ! -d third_party/android_ndk ]; then
|
|||
git -c advice.detachedHead=false checkout "$android_ndk_version"
|
||||
rm -rf .git
|
||||
find toolchains -type f -regextype egrep \! -regex \
|
||||
'.*(crt.*o|lib(android|c|dl|log|m).so|usr/local.*|usr/include.*)' -delete
|
||||
'.*(lib(atomic|gcc|gcc_real|compiler_rt-extras|android_support|unwind).a|crt.*o|lib(android|c|dl|log|m).so|usr/local.*|usr/include.*)' -delete
|
||||
cd ../..
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue