mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
Fix git sparse clone cone arguments
This commit is contained in:
parent
1c54cb2c86
commit
0ae9a43973
@ -57,7 +57,7 @@ if [ "$USE_ANDROID_NDK" -a ! -d third_party/android_ndk ]; then
|
||||
git clone --depth=1 --filter=blob:none --no-checkout https://chromium.googlesource.com/android_ndk.git third_party/android_ndk
|
||||
cd third_party/android_ndk
|
||||
git sparse-checkout init --cone
|
||||
git sparse-checkout set /sources/android/cpufeatures /toolchains/llvm/prebuilt
|
||||
git sparse-checkout set sources/android/cpufeatures toolchains/llvm/prebuilt
|
||||
git -c advice.detachedHead=false checkout "$android_ndk_version"
|
||||
rm -rf .git
|
||||
find toolchains -type f -regextype egrep \! -regex \
|
||||
|
Loading…
Reference in New Issue
Block a user