mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Refresh most branch specific patches
Fixed up: LineageOS-16.0/android_packages_apps_Backgrounds/308977.patch LineageOS-16.0/android_packages_apps_Settings/0001-Captive_Portal_Toggle.patch LineageOS-17.1/android_packages_apps_Settings/0001-Captive_Portal_Toggle.patch LineageOS-18.1/android_packages_apps_Settings/0001-Captive_Portal_Toggle.patch Must review again: LineageOS-14.1/android_packages_apps_PackageInstaller/64d8b44.patch Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
f7194d1f13
commit
4ce35a3c60
163 changed files with 912 additions and 564 deletions
|
@ -88,12 +88,12 @@ applyPatch() {
|
|||
applyPatchReal "$@" --3way;
|
||||
echo "Applied (as 3way): $currentWorkingPatch";
|
||||
else
|
||||
echo -e "\e[0;31mCannot apply: $currentWorkingPatch\e[0m";
|
||||
echo -e "\e[0;31mERROR: Cannot apply: $currentWorkingPatch\e[0m";
|
||||
fi;
|
||||
fi;
|
||||
fi;
|
||||
else
|
||||
echo -e "\e[0;31mPatch doesn't exist: $currentWorkingPatch\e[0m";
|
||||
echo -e "\e[0;31mERROR: Patch doesn't exist: $currentWorkingPatch\e[0m";
|
||||
fi;
|
||||
}
|
||||
export -f applyPatch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue