TeamWin / android_device_samsung_dreamlte

22 stars 14 forks source link

TWRP device tree for Samsung S8 aka dreamlte

Kernel source

Available at https://github.com/corsicanu/android_kernel_samsung_universal8895

How to build

This was tested and it's fully compatible with minimal manifest twrp.

  1. Set up the build environment following instructions from here
  2. In the root folder of cloned repo you need to clone the device tree:
    git clone -b android-9.0 https://github.com/teamwin/android_device_samsung_dreamlte.git device/samsung/dreamlte
  3. To build:
    export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch omni_dreamlte-eng && mka recoveryimage -j128