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"