envsetup: cloremote: build got moved to build_repo

Build is now a group instead of a repo.
The actual repo got renamed to build_repo.

Change-Id: I61f65251896d18c3025d849109206d44e2686c70
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
Alexander Martinz 2024-04-03 19:29:56 +02:00 committed by Michael Bestas
parent 8bda0bf62b
commit 3db0f47263

View file

@ -317,7 +317,7 @@ function cloremote()
# Google moved the repo location in Oreo
if [ $PROJECT = "build/make" ]
then
PROJECT="build"
PROJECT="build_repo"
fi
if [[ $PROJECT =~ "qcom/opensource" ]];
then