diff --git a/README.md b/README.md index 1b7cc59d..6396a52a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ If you haven't build recovery ever before, please look up the thread linked abov If you regularly build ROMs/Recoveries for your device, and have a working CWM setup on your build machine, then you can quickly set up and build Philz Touch recovery as well -Check these two patches are present in your build/ directory +Check these three patches are present in your build/ directory 1. https://github.com/CyanogenMod/android_build/commit/c1b0bb6 2. https://github.com/CyanogenMod/android_build/commit/6b21727 + 3. https://github.com/CyanogenMod/android_build/commit/fddc5f4 Clone philz recovery to bootable/recovery-philz folder @@ -33,4 +34,4 @@ or add to device BoardConfig.mk: RECOVERY_VARIANT := philz and run: - build/envsetup.sh && lunch && mka -j3 recoveryimage \ No newline at end of file + build/envsetup.sh && lunch && mka -j3 recoveryimage