Skip to content

mytja/treble_evo_patches

Repository files navigation

Treble patches for Evolution X

Patches for Evolution X unofficial GSI

If patch application fails

The script will generate .rej files alongside failed files. Find all .rej files (can be done with git status) and apply rejections manually.

Make sure to delete .rej files after resolving rejections. After doing so, run git add ., proceeded by git am --continue.

If patch was already applied to the source and no .rej files were generated, run git am --skip.

Commonly used for patch applying

  1. git am
git am ~/evo/patches/0001-TrebleDroid/platform_.../....patch
  1. If git am fails, attempt a 3-way merge
git am --3way ~/evo/patches/0001-TrebleDroid/platform_.../....patch
  1. If 3-way merge fails, generate .rej files and apply patches manually
git am --reject ~/evo/patches/0001-TrebleDroid/platform_.../....patch

About

Patches for Treble EvolutionX generic target

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages