mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-19 12:04:20 -04:00
18.1: add raphael, lmi, alioth
+ verity fixes + 16.0: drop beryllium, 18.1 builds now + deblob: better handle device makefiles Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
2d468d9da2
commit
0b4ad0e7cc
13 changed files with 574 additions and 348 deletions
|
@ -647,7 +647,7 @@ getDefconfig() {
|
|||
elif ls arch/arm64/configs/lineage*defconfig 1> /dev/null 2>&1; then
|
||||
local defconfigPath="arch/arm64/configs/lineage*defconfig";
|
||||
else
|
||||
local defconfigPath="arch/arm/configs/*defconfig arch/arm64/configs/*defconfig";
|
||||
local defconfigPath="arch/arm*/configs/*defconfig arch/arm*/configs/*/*defconfig";
|
||||
fi;
|
||||
echo $defconfigPath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue