Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheikhshahnawaz41299/android_device_vivo_pd1510-twrp

TWRP device tree for Vivo Y51L (pd1510)
https://github.com/sheikhshahnawaz41299/android_device_vivo_pd1510-twrp

twrp twrp-y51l vivo vivo-y51l

Last synced: 2 months ago
JSON representation

TWRP device tree for Vivo Y51L (pd1510)

Awesome Lists containing this project

README

        

## TWRP device tree for Vivo Y51L (pd1510)

## Link to the kernel source :-
```xml
https://github.com/sheikhshahnawaz41299/android_kernel_vivo_msm8916.git

```

Add to `.repo/local_manifests/pd1510.xml`:

```xml

```

Then run `repo sync` to check it out.

To build:

```
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL="C"
lunch omni_pd1510-eng && mka recoveryimage
```