14.1: add jellypro

Tis a broken device

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2021-11-09 11:27:01 -05:00
parent c95421b6d2
commit 1b8df47bd5
3 changed files with 10 additions and 0 deletions

View file

@ -90,6 +90,8 @@ buildAll() {
buildDevice toroplus;
#Tegra
buildDevice grouper; #needs manual patching - one-repo vendor blob patch
#MediaTek
buildDeviceUserDebug jellypro; #XXX: blob kernel and permissive selinux
}
export -f buildAll;