Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 16, 2024
1 parent 4329017 commit d3f7e95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3f7e95

Please sign in to comment.