mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Deduplicate updater patches
This commit is contained in:
parent
e65234f8eb
commit
746b695d6a
5 changed files with 3 additions and 38 deletions
|
@ -156,7 +156,7 @@ enterAndClear "packages/apps/Trebuchet";
|
|||
cp -r "$patchesCommon/android_packages_apps_Trebuchet/default_workspace/." "res/xml/";
|
||||
|
||||
enterAndClear "packages/apps/Updater";
|
||||
patch -p1 < "$patches/android_packages_apps_Updater/0001-Server.patch"; #Switch to our server
|
||||
patch -p1 < "$patchesCommon/android_packages_apps_Updater/0001-Server.patch"; #Switch to our server
|
||||
#TODO: Remove changelog
|
||||
|
||||
enterAndClear "packages/apps/WallpaperPicker";
|
||||
|
|
|
@ -62,7 +62,7 @@ buildAll() {
|
|||
brunch lineage_flounder-user;
|
||||
brunch lineage_griffin-user;
|
||||
brunch lineage_h850-userdebug;
|
||||
brunch lineage_hammerhead-user; #broken upstream - fatal error: 'linux/msm_audio_calibration.h' file not found
|
||||
brunch lineage_hammerhead-user;
|
||||
brunch lineage_klte-user;
|
||||
brunch lineage_marlin-user;
|
||||
brunch lineage_m8-user;
|
||||
|
|
|
@ -162,7 +162,7 @@ enterAndClear "packages/apps/Trebuchet";
|
|||
cp -r "$patchesCommon/android_packages_apps_Trebuchet/default_workspace/." "res/xml/";
|
||||
|
||||
enterAndClear "packages/apps/Updater";
|
||||
patch -p1 < "$patches/android_packages_apps_Updater/0001-Server.patch"; #Switch to our server
|
||||
patch -p1 < "$patchesCommon/android_packages_apps_Updater/0001-Server.patch"; #Switch to our server
|
||||
#TODO: Remove changelog
|
||||
|
||||
enterAndClear "packages/apps/WallpaperPicker";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue