/android_device_samsung_c2s

Primary LanguageMakefileApache License 2.0Apache-2.0

TWRP device tree for Samsung Note 20 Ultra aka c2s

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_c2s.git device/samsung/c2s
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch twrp_c2s-eng && mka recoveryimage -j128