mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 15:39:26 -05:00
14.1: add jellypro
Tis a broken device Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
c95421b6d2
commit
1b8df47bd5
@ -162,6 +162,10 @@
|
|||||||
<project path="hardware/samsung_slsi-cm/openmax" name="LineageOS/android_hardware_samsung_slsi-cm_openmax" remote="github" />
|
<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" />
|
<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 -->
|
<!-- NXP -->
|
||||||
<project path="vendor/nxp-nfc/opensource/frameworks" name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" remote="github" />
|
<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" />
|
<project path="vendor/nxp-nfc/opensource/libnfc-nci" name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" remote="github" />
|
||||||
|
@ -90,6 +90,8 @@ buildAll() {
|
|||||||
buildDevice toroplus;
|
buildDevice toroplus;
|
||||||
#Tegra
|
#Tegra
|
||||||
buildDevice grouper; #needs manual patching - one-repo vendor blob patch
|
buildDevice grouper; #needs manual patching - one-repo vendor blob patch
|
||||||
|
#MediaTek
|
||||||
|
buildDeviceUserDebug jellypro; #XXX: blob kernel and permissive selinux
|
||||||
|
|
||||||
}
|
}
|
||||||
export -f buildAll;
|
export -f buildAll;
|
||||||
|
@ -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
|
echo "PRODUCT_PROPERTY_OVERRIDES += persist.sys.force_highendgfx=true" >> device.mk; #override low_ram to fix artifacting
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
if enterAndClear "device/unihertz/jellypro"; then
|
||||||
|
sed -i 's/androidboot.selinux=disabled//' BoardConfig.mk;
|
||||||
|
fi;
|
||||||
|
|
||||||
if enter "vendor/google"; then
|
if enter "vendor/google"; then
|
||||||
echo "" > atv/atv-common.mk;
|
echo "" > atv/atv-common.mk;
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user