mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-11 05:00:57 +00:00
Fix git sparse clone cone arguments
This commit is contained in:
parent
1c54cb2c86
commit
0ae9a43973
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue