Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge branch 'eleven-plus' of https://github.com/ponces/treble_build_pe
Browse files Browse the repository at this point in the history
… into eleven-plus
  • Loading branch information
ponces committed Jun 22, 2021
2 parents 3fdd448 + 392de8c commit 582afc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Create a new working directory for your Pixel Experience build and navigate to i

Initialize your Pixel Experience workspace:

repo init -u https://github.com/PixelExperience/manifest -b eleven
repo init -u https://github.com/PixelExperience/manifest -b eleven-plus

Clone the modified treble patches and this repo:

git clone https://github.com/ponces/treble_patches -b eleven
git clone https://github.com/ponces/treble_build_pe -b eleven
git clone https://github.com/ponces/treble_patches -b eleven-plus
git clone https://github.com/ponces/treble_build_pe -b eleven-plus

Finally, start the build script:

Expand Down
2 changes: 1 addition & 1 deletion buildbot_treble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
echo ""

echo "Cloning dependecy repos"
[ ! -d ./treble_patches ] && git clone https://github.com/ponces/treble_patches -b eleven
[ ! -d ./treble_patches ] && git clone https://github.com/ponces/treble_patches -b eleven-plus
[ ! -d ./sas-creator ] && git clone https://github.com/AndyCGYan/sas-creator
rm -rf treble_app && git clone https://github.com/phhusson/treble_app

Expand Down

0 comments on commit 582afc3

Please sign in to comment.