forked from ponces/treble_aosp
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb265a3
commit 4329017
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -156,7 +149,6 @@ START=$(date +%s) | |
|
||
initRepos | ||
syncRepos | ||
clonePriv | ||
applyPatches | ||
setupEnv | ||
buildTrebleApp | ||
|