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 16, 2024
1 parent fb265a3 commit 4329017
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ BB=android-14.0.0_r61

initRepos() {
echo "--> Initializing workspace"
ccache -M 50G -F 0
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs
echo

Expand All @@ -41,12 +40,6 @@ syncRepos() {
echo
}

clonePriv() {
echo "Import signing keys"
git clone https://[email protected]/imbroglius/vendor_daniel-priv vendor/daniel-priv
}


applyPatches() {
echo "--> Applying TrebleDroid patches"
bash $BL/patch.sh $BL trebledroid
Expand Down Expand Up @@ -156,7 +149,6 @@ START=$(date +%s)

initRepos
syncRepos
clonePriv
applyPatches
setupEnv
buildTrebleApp
Expand Down

0 comments on commit 4329017

Please sign in to comment.