From 0431f0dbe5e70043318ac18346e6a2d4d47cf4c1 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:59:19 +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 3f27d516..26765c32 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 android-14.0.0_r61 + repo init -u https://android.googlesource.com/platform/manifest -b "$aosp" echo echo "--> Preparing local manifest"