Skip to content

Commit

Permalink
Build Seedvault with AOSP in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 15, 2023
1 parent e7efc93 commit 90c06ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_aosp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mv manifest /aosp-manifest
cd /aosp-manifest
insert_text="<remote name=\"seedvault\" fetch=\"https://github.com/$CIRRUS_REPO_OWNER/\" revision=\"$CIRRUS_CHANGE_IN_REPO\" />\n <project path=\"external/seedvault\" name=\"$CIRRUS_REPO_NAME\" remote=\"seedvault\" />"
sed -i "/<manifest>/a ${insert_text}" "default.xml"
sed -i 's/fetch=".."/fetch="https:\/\/android.googlesource.com\/platform\/"/g' "default.xml"
sed -i 's/fetch=".."/fetch="https:\/\/android.googlesource.com\/"/g' "default.xml"
git add .
git commit -m "Add Seedvault"

Expand Down

0 comments on commit 90c06ac

Please sign in to comment.