From 06f242ffe4563a57af4d9ca4f82dbed6127f5256 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Sun, 8 Aug 2021 23:21:32 +0000 Subject: [PATCH] Changes for August 2021 --- README.md | 6 +++--- buildbot_treble.sh | 2 +- buildbot_treble_personal.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 963f725..128232f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ 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: bash treble_build_los/buildbot_treble.sh -Be sure to update the cloned repos from time to time! \ No newline at end of file +Be sure to update the cloned repos from time to time! diff --git a/buildbot_treble.sh b/buildbot_treble.sh index 2e1f02b..4662706 100755 --- a/buildbot_treble.sh +++ b/buildbot_treble.sh @@ -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" diff --git a/buildbot_treble_personal.sh b/buildbot_treble_personal.sh index 23f5dac..764363d 100755 --- a/buildbot_treble_personal.sh +++ b/buildbot_treble_personal.sh @@ -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"