18.1: unofficial hammerhead bringup by @z3DD3r

not broken like 16.0 and way more updated than 15.1

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-07-22 15:03:58 -04:00
parent 7cf9292553
commit fbf6058e65
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
7 changed files with 430 additions and 9 deletions

View file

@ -683,6 +683,9 @@ enableLowRam "device/samsung/tuna";
awk -i inplace '!/nfc_enhanced.mk/' device/samsung/toro*/lineage.mk || true;
awk -i inplace '!/TARGET_RECOVERY_UPDATER_LIBS/' device/samsung/toro*/BoardConfig.mk || true;
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' device/samsung/toro*/BoardConfig.mk || true;
awk -i inplace '!/SDM/' vendor/samsung/toroplus/toroplus-vendor.mk || true;
awk -i inplace '!/HiddenMenu/' vendor/samsung/toroplus/toroplus-vendor.mk || true;
awk -i inplace '!/SecPhone/' vendor/samsung/toroplus/toroplus-vendor.mk || true;
sed -i 's/^YYLTYPE yylloc;/extern YYLTYPE yylloc;/' kernel/*/*/scripts/dtc/dtc-lexer.l* || true; #Fix builds with GCC 10
rm -v kernel/*/*/drivers/staging/greybus/tools/Android.mk || true;