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

Commit 582afc3

Browse files
committed
Merge branch 'eleven-plus' of https://github.com/ponces/treble_build_pe into eleven-plus
2 parents 3fdd448 + 392de8c commit 582afc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Create a new working directory for your Pixel Experience build and navigate to i
1313

1414
Initialize your Pixel Experience workspace:
1515

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

1818
Clone the modified treble patches and this repo:
1919

20-
git clone https://github.com/ponces/treble_patches -b eleven
21-
git clone https://github.com/ponces/treble_build_pe -b eleven
20+
git clone https://github.com/ponces/treble_patches -b eleven-plus
21+
git clone https://github.com/ponces/treble_build_pe -b eleven-plus
2222

2323
Finally, start the build script:
2424

buildbot_treble.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
2020
echo ""
2121

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

0 commit comments

Comments
 (0)