Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-06-01 07:45:15 -04:00
parent 6d95c231bc
commit 0b4c829b74
5 changed files with 11 additions and 10 deletions

View file

@ -82,7 +82,7 @@ buildAll() {
buildDevice hotdogb avb;
buildDevice coral avb;
buildDevice flame avb;
buildDevice vayu avb;
#buildDevice vayu avb; #unb
#SD865
buildDevice lmi avb;
#SD870

View file

@ -435,7 +435,8 @@ enableAutoVarInit || true;
#enableLowRam "device/sony/pioneer" "pioneer";
#Fix broken options enabled by hardenDefconfig()
#none yet
sed -i "s/CONFIG_DEBUG_FS=y/# CONFIG_DEBUG_FS is not set/" kernel/google/redbull/arch/arm64/configs/redbull_defconfig; #Breaks vintf check
sed -i "s/CONFIG_DEBUG_FS=y/# CONFIG_DEBUG_FS is not set/" kernel/xiaomi/sm8250/arch/arm64/configs/vendor/*_defconfig; #Breaks vintf check
sed -i 's/^YYLTYPE yylloc;/extern YYLTYPE yylloc;/' kernel/*/*/scripts/dtc/dtc-lexer.l*; #Fix builds with GCC 10
rm -v kernel/*/*/drivers/staging/greybus/tools/Android.mk || true;