This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ Create a new working directory for your Pixel Experience build and navigate to i
13
13
14
14
Initialize your Pixel Experience workspace:
15
15
16
- repo init -u https://github.com/PixelExperience/manifest -b eleven
16
+ repo init -u https://github.com/PixelExperience/manifest -b eleven-plus
17
17
18
18
Clone the modified treble patches and this repo:
19
19
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
22
22
23
23
Finally, start the build script:
24
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
20
20
echo " "
21
21
22
22
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
24
24
[ ! -d ./sas-creator ] && git clone https://github.com/AndyCGYan/sas-creator
25
25
rm -rf treble_app && git clone https://github.com/phhusson/treble_app
26
26
You can’t perform that action at this time.
0 commit comments