summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2022-03-31 21:55:42 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-03-31 21:58:32 +0800
commit49d29edb02449a77e202936a5547b5d7fa446899 (patch)
tree00c037208570ecfad280581e1e32b126f70b5ab1
parent411df58e3025bda30ad3414da7917ac19b5d1e8f (diff)
downloadmanifest-linaro-lkft-android12-cts-vts.tar.gz
linaro.xml: fix the path for android-patchsets projectlinaro-lkft-android12-cts-vts
so that we could build the cts vts without repo sync problem Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ifd89daed0ea35fc9b985bc8fcc4ab7554c873665
-rw-r--r--linaro.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/linaro.xml b/linaro.xml
index 815c8eae5..b1a12d567 100644
--- a/linaro.xml
+++ b/linaro.xml
@@ -4,9 +4,8 @@
<!-- Linaro Repositories -->
<remote name="linaro-android" fetch="https://android-git.linaro.org/git/" review="android-review.linaro.org" />
<remote name="linaro-other" fetch="https://git.linaro.org/" />
- <remote name="linaro-private" fetch="ssh://git@dev-private-git.linaro.org/" />
<remote name="google-aosp" fetch="https://android.googlesource.com/" />
- <project path="android-patchsets" name="android-internal/android-patchsets" revision="master" remote="linaro-private"/>
+ <project path="android-patchsets" name="android-patchsets" revision="master" remote="linaro-android"/>
<project path="android-build-configs" name="android-build-configs" revision="master" remote="linaro-android"/>
</manifest>