Skip to content

Commit

Permalink
build_menu: clone repositories with depth=1
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyash Wasnik <[email protected]>
  • Loading branch information
prorooter007 committed Jan 17, 2023
1 parent ae2fa5b commit 416d654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_menu
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ DIR="$(pwd)"
PARENT_DIR="$(pwd)"

echo "Cloning dependencies"
git clone --branch main_2 https://github.com/prorooter007/android_kernel_samsung_exynos2100 kernel
git clone --depth=1 --branch main_2 https://github.com/prorooter007/android_kernel_samsung_exynos2100 kernel
cd kernel
git clone --branch android-9.0.0_r59 https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 aarch64-linux-android-4.9
git clone https://github.com/afaneh-toolchain/prebuilts_clang_host_linux-x86_clang-r383902 clang-r383902
git clone https://github.com/osm0sis/AnyKernel3 AnyKernel3
git clone --depth=1 --branch android-9.0.0_r59 https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 aarch64-linux-android-4.9
git clone --depth=1 https://github.com/afaneh-toolchain/prebuilts_clang_host_linux-x86_clang-r383902 clang-r383902
git clone --depth=1 https://github.com/osm0sis/AnyKernel3 AnyKernel3
echo "Done"
KERNEL_DIR=$(pwd)
OUT_DIR="$(pwd)/out"
Expand Down

0 comments on commit 416d654

Please sign in to comment.