File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ rm -rf *
2727git reset --hard
2828git switch android16
2929git switch -c build-vanilla || exit 1
30+ # mglru
31+ git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
32+ git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
33+ git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
3034bash ../../build_vanilla.sh
3135if [ $? -eq 0 ] ; then
3236 cp 4.19* .zip ../../4.19-A16-valeryn-` date +' %d.%m.%y-%H%M' ` .zip
@@ -40,6 +44,9 @@ rm -rf *
4044git reset --hard
4145git switch android16
4246git switch -c build-ksun1 || exit 1
47+ git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
48+ git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
49+ git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
4350bash ../../build_ksun1.sh
4451if [ $? -eq 0 ] ; then
4552 cp 4.19* .zip ../../4.19-A16-valeryn-ksun-1.1.1-` date +' %d.%m.%y-%H%M' ` .zip
@@ -54,6 +61,9 @@ rm -rf *
5461git reset --hard
5562git switch android16
5663git switch -c build-ksun3 || exit 1
64+ git cherry-pick 8b266fd430de31b1cd49049f9a7543516b223a6d || exit
65+ git revert d0d19501b373a540fbd56551b430619e2d67b5a8 --no-edit || exit
66+ git cherry-pick d749fbbfb5e51e845e3ed227de64eba4ad80f861 || exit
5767bash ../../build_ksun3.sh
5868if [ $? -eq 0 ] ; then
5969 cp 4.19* .zip ../../4.19-A16-valeryn-ksun-3.2.0-` date +' %d.%m.%y-%H%M' ` .zip
You can’t perform that action at this time.
0 commit comments