Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2fbbf66 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "build-all.py: Add support for mpq*_defconfig"

parents 6903aa41 dd0f9bf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ def scan_configs():
        r'apq*_defconfig',
        r'qsd*_defconfig',
	r'msmkrypton*_defconfig',
	r'mpq*_defconfig',
        )
    for p in arch_pats:
        for n in glob.glob('arch/arm/configs/' + p):