mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04: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
3 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue