Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 9, 2024
1 parent b2958b5 commit f293ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ BL=$PWD/imbroglios_gsi
BD=$HOME/builds
BV=$1
LMD=.repo/local_manifests
BB=android-14.0.0_r61

initRepos() {
echo "--> Initializing workspace"
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs
repo init -u https://android.googlesource.com/platform/manifest -b "$BB" --git-lfs
echo

echo "--> Preparing local manifest"
Expand Down

0 comments on commit f293ada

Please sign in to comment.