Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 628 Bytes

SHRP device tree for Samsung S10e aka beyond0lte

Kernel source

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

How to build

  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/SHRP-Devices/android_device_samsung_beyond0lte.git device/samsung/beyond0lte
  1. To build:
export ALLOW_MISSING_DEPENDENCIES=true && . build/envsetup.sh && lunch omni_beyond0lte-eng && mka recoveryimage -j128