Changes for August 2021

This commit is contained in:
Andy CrossGate Yan 2021-08-08 23:21:32 +00:00
parent 56eea9276c
commit 06f242ffe4
3 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@ Initialize your LineageOS workspace:
Clone the modified treble patches and this repo:
git clone https://github.com/AndyCGYan/treble_patches -b lineage-17.1
git clone https://github.com/AndyCGYan/treble_build_los -b lineage-17.1
git clone https://github.com/AndyCGYan/treble_patches treble_patches -b lineage-17.1
git clone https://github.com/AndyCGYan/treble_build_los treble_build_los -b lineage-17.1
Finally, start the build script:

View File

@ -51,7 +51,7 @@ cd device/phh/treble
git clean -fdx
bash generate.sh lineage
cd ../../..
bash ~/treble_experimentations/apply-patches.sh treble_patches
bash ~/treble_experimentations/apply-patches.sh treble_patches/patches
echo ""
echo "Applying universal patches"

View File

@ -51,7 +51,7 @@ cd device/phh/treble
git clean -fdx
bash generate.sh lineage
cd ../../..
bash ~/treble_experimentations/apply-patches.sh treble_patches
bash ~/treble_experimentations/apply-patches.sh treble_patches/patches
echo ""
echo "Applying universal patches"