TeamWin / android_device_samsung_dream2lte

12 stars 11 forks source link

TWRP device tree for Samsung S8+ aka dream2lte

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_dream2lte.git device/samsung/dream2lte
  3. To build:
    export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch omni_dream2lte-eng && mka recoveryimage -j128