Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 332 Bytes

android_patches

android_art

wget https://github.com/LGgFour/android_patches/raw/lineage-17.1/android_art.patch 
cd art/
patch -p1 < ../android_art.patch

platform_bionic

wget https://github.com/LGgFour/android_patches/raw/lineage-17.1/platform_bionic.patch
cd bionic
patch -p1 < ../platform_bionic.patch