From a4a8abcfd20b0e8d7093c7f9bce48fc411c6cb1e Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:07:09 +0200 Subject: [PATCH] Update sync.sh --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 26765c32..81dfbfe4 100755 --- a/sync.sh +++ b/sync.sh @@ -18,7 +18,7 @@ initRepos() { aosp=$(curl -sL https://github.com/TrebleDroid/treble_manifest/raw/$TD/replace.xml | grep -oP "${TD}.0_r\d+" | head -1) echo "--> Initializing workspace" - repo init -u https://android.googlesource.com/platform/manifest -b "$aosp" + repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs echo echo "--> Preparing local manifest"