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:
parent
8bda0bf62b
commit
3db0f47263
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue