From d3f7e9560c50b611a8b3a11b111b7dda51300dae Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:18:53 +0200 Subject: [PATCH] Update build.sh --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 95935147..1aad4699 100755 --- a/build.sh +++ b/build.sh @@ -21,11 +21,11 @@ initRepos() { repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs echo - echo "--> Preparing local manifest" - if [ -d "$LMD" ]; then - echo "Deleting old local manifests" - rm -r $LMD - fi + #echo "--> Preparing local manifest" + #if [ -d "$LMD" ]; then + #echo "Deleting old local manifests" + #rm -r $LMD + #fi echo "Fetching new local manifests" mkdir -p .repo/local_manifests