From 3db0f472638bf81ca92518de1f71e865dbda4bba Mon Sep 17 00:00:00 2001 From: Alexander Martinz Date: Wed, 3 Apr 2024 19:29:56 +0200 Subject: [PATCH] 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 --- build/envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/envsetup.sh b/build/envsetup.sh index 616e7ce7..999740a3 100644 --- a/build/envsetup.sh +++ b/build/envsetup.sh @@ -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