mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
Fix Android build
Some static libraries are still required in 32-bit builds.
This commit is contained in:
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
Block a user