This repository was archived by the owner on Apr 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ apply_patch() {
1111 git apply -p1 " ${patch_dir} /${patch_file} .diff"
1212}
1313
14- patch_dest_array=(bootable/recovery build/make build/soong frameworks/base lineage-sdk packages/apps/crDroidSettings packages/apps/LineageParts packages/apps/Settings packages/apps/SetupWizard vendor/addons vendor/lineage)
15-
16- for patch_dest in ${patch_dest_array[@]} ; do
14+ for patch_dest in $( cat patch.txt) ; do
1715 apply_patch ${patch_dest}
1816
1917 if [ " ${patch_dest} " = " frameworks/base" ]; then
Original file line number Diff line number Diff line change 1+ bootable/recovery
2+ build/make
3+ build/soong
4+ frameworks/base
5+ lineage-sdk
6+ packages/apps/crDroidSettings
7+ packages/apps/LineageParts
8+ packages/apps/Settings
9+ packages/apps/SetupWizard
10+ vendor/addons
11+ vendor/lineage
You can’t perform that action at this time.
0 commit comments