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;

View file

@ -386,6 +386,10 @@ echo "allow system_server system_file:file execmod;" >> sepolicy/system_server.t
echo "PRODUCT_PROPERTY_OVERRIDES += persist.sys.force_highendgfx=true" >> device.mk; #override low_ram to fix artifacting
fi;
if enterAndClear "device/unihertz/jellypro"; then
sed -i 's/androidboot.selinux=disabled//' BoardConfig.mk;
fi;
if enter "vendor/google"; then
echo "" > atv/atv-common.mk;
fi;