Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.96 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.96 KB

refs/tags/android-7.1.2_r36

Apply all patches

  • Copy needed ASB folder to your local Android source
  • Apply all changes
repo forall -c "git am *.asb.patch"
  • Now delete all local patchfiles again
repo forall -c "rm -rf *.asb.patch"
  • Add the next ASB folder and start from beginning

Rename all patch files

find . -name "*.patch" -exec rename 's/.patch$/.asb.patch/' {} \;

2018

2019

2020