ExtremeXT / pbrp_android_device_samsung_z3s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to PitchBlack Recovery Project 👋
Welcome to PitchBlack Recovery Project 👋

PitchBlack Recovery Project device tree for Samsung S20 Ultra aka z3s

Kernel source

Available at https://github.com/corsicanu/android_kernel_samsung_universal9830 (thanks @corsicanu)

Bugs

  • ADB Sideload
  • Fastbootd

How to build

This repository is compatible with the Android 12.1 tree of the PBRP minimal manifest

  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-12.1 https://github.com/ExtremeXT/pbrp_android_device_samsung_z3s.git device/samsung/z3s
  1. To build:
. build/envsetup.sh && lunch pbrp_z3s-eng && mka pbrp -j$(nproc —all)

About


Languages

Language:Makefile 100.0%