mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 20:04:21 -04:00
Drop devices with newer versions available
14.1: clark 15.1: deb, flo, hammerhead, shamu, ether 16.0: hammerhead 19.1: alioth Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fbf6058e65
commit
e408e7e19a
19 changed files with 14 additions and 3446 deletions
|
@ -56,9 +56,9 @@ buildAll() {
|
|||
buildDevice flox && rm device/asus/flox/sensors/Android.bp;
|
||||
buildDevice mako;
|
||||
#SD400
|
||||
buildDevice serrano3gxx; #unb
|
||||
buildDevice serranoltexx; #unb
|
||||
buildDevice serranodsdd; #unb
|
||||
buildDevice serrano3gxx;
|
||||
buildDevice serranoltexx;
|
||||
buildDevice serranodsdd;
|
||||
#SD600
|
||||
buildDevice jactivelte;
|
||||
buildDevice jfltexx;
|
||||
|
@ -84,8 +84,8 @@ buildAll() {
|
|||
buildDevice FP2;
|
||||
buildDevice klte;
|
||||
buildDevice hlte;
|
||||
buildDevice m8; #unb
|
||||
buildDevice m8d; #unb
|
||||
buildDevice m8;
|
||||
buildDevice m8d;
|
||||
buildDevice victara;
|
||||
#SD805
|
||||
buildDevice shamu verity;
|
||||
|
@ -93,8 +93,8 @@ buildAll() {
|
|||
buildDevice ether;
|
||||
#SD820
|
||||
buildDevice griffin;
|
||||
buildDevice oneplus3 verity; #needs manual patching - broken yyloc
|
||||
buildDevice z2_plus verity; #broken
|
||||
buildDevice oneplus3 verity;
|
||||
buildDevice z2_plus verity;
|
||||
#SD821
|
||||
buildDevice marlin verity;
|
||||
buildDevice sailfish verity;
|
||||
|
|
|
@ -655,6 +655,7 @@ enableLowRam "device/samsung/msm8974-common" "msm8974-common";
|
|||
[[ -d kernel/oneplus/msm8996 ]] && sed -i "s/CONFIG_STRICT_MEMORY_RWX=y/# CONFIG_STRICT_MEMORY_RWX is not set/" kernel/oneplus/msm8996/arch/arm64/configs/lineageos_*_defconfig; #Breaks on compile
|
||||
|
||||
sed -i 's/^YYLTYPE yylloc;/extern YYLTYPE yylloc;/' kernel/*/*/scripts/dtc/dtc-lexer.l* || true; #Fix builds with GCC 10
|
||||
sed -i 's/^extern YYLTYPE yylloc;/YYLTYPE yylloc;/' kernel/oneplus/msm8996/scripts/dtc/dtc-lexer.l* || true; #Unbreak
|
||||
rm -v kernel/*/*/drivers/staging/greybus/tools/Android.mk || true;
|
||||
awk -i inplace '!/config_wifi_batched_scan_supported/' device/*/*/overlay/frameworks/opt/net/wifi/service/res/values/config.xml &>/dev/null || true; #deprecated
|
||||
awk -i inplace '!/config_wifi_batched_scan_supported/' device/*/*/overlay/frameworks/base/core/res/res/values/config.xml &>/dev/null || true; #deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue