Skip to content

TeamWin/android_device_samsung_y2s

 
 

Repository files navigation

TWRP device tree for Samsung S20+ aka y2s

Kernel source

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

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-11.0 https://github.com/TeamWin/android_device_samsung_y2s.git device/samsung/y2s
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_y2s-eng && mka recoveryimage -j128

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Makefile 85.9%
  • Shell 14.1%