Skip to content

Commit

Permalink
Update sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 18, 2024
1 parent 78ee455 commit 0431f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0431f0d

Please sign in to comment.