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

@ -162,6 +162,10 @@
<project path="hardware/samsung_slsi-cm/openmax" name="LineageOS/android_hardware_samsung_slsi-cm_openmax" remote="github" />
<project path="kernel/samsung/universal8890" name="LineageOS/android_kernel_samsung_universal8890" remote="github" />
<!-- Unihertz Jelly Pro (jellypro) -->
<project path="device/unihertz/jellypro" name="LineageOS-MediaTek/android_device_unihertz_jellypro" remote="github" />
<project path="device/mediatek/common" name="LineageOS-MediaTek/android_device_mediatek_common" remote="github" />
<!-- NXP -->
<project path="vendor/nxp-nfc/opensource/frameworks" name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" remote="github" />
<project path="vendor/nxp-nfc/opensource/libnfc-nci" name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" remote="github" />

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;