Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 718 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 718 Bytes

AOSP 4.4.4 KitKat for Galaxy S4

Current status: PreFinal Releases

Download:

  • mkdir ~/AOSP
  • cd ~/AOSP
  • repo init -u git://github.com/AOSP-S4-KK/platform_manifest -b kk-4.4
  • repo sync

Building:

  • . build/envsetup.sh
  • lunch
  • make otapackage

(after doing 'make clean' you need to lunch again before rebuilding)

Fixing 'lz4c' not found:

Due to new lossless kernel compression (LZ4), the lz4c binary is needed until properly implemented in the rom tree. This can be installed by following the steps below: