Device cleanup

Drop long non-compiling devices:
- 14.1: n7100, jellypro
- 15.1: himaul, oneplus2
- 16.0: zenfone3, fugu
- 17.1: yellowstone, fugu
- 18.1: bonito, sargo

Drop in favor of 19.1:
- 17.1: bonito, sargo
- 18.1: pro1, aura, sunfish, coral, flame, bramble, redfin
(experimental, but these devices don't currently appear to have any users)

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-26 12:19:11 -04:00
parent 13a9997a0c
commit 3457fd4151
29 changed files with 6 additions and 4431 deletions

View file

@ -83,7 +83,6 @@ buildAll() {
buildDevice himawl;
#Exynos
buildDevice manta;
#buildDevice n7100; #broken sepolicy
buildDeviceUserDebug i9100;
buildDeviceUserDebug i9300;
buildDeviceUserDebug i9305;
@ -99,8 +98,6 @@ 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

@ -382,10 +382,6 @@ 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;
@ -418,7 +414,6 @@ enableLowRam "device/samsung/smdk4412-common";
enableLowRam "device/samsung/toro";
enableLowRam "device/samsung/toroplus";
enableLowRam "device/samsung/tuna";
enableLowRam "device/unihertz/jellypro";
#Tweaks for <3GB RAM devices
#enableLowRam "device/amazon/apollo";
#enableLowRam "device/amazon/hdx-common";
@ -437,7 +432,6 @@ enableLowRam "device/unihertz/jellypro";
#enableLowRam "device/samsung/n5100";
#enableLowRam "device/samsung/n5110";
#enableLowRam "device/samsung/n5120";
#enableLowRam "device/samsung/n7100";
#Fixes
#Fix broken options enabled by hardenDefconfig()