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

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

Merge "scripts: build-all.py: update regex to compile all defconfigs" into msm-4.9

parents cb2de60f 36f01410
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -311,12 +311,12 @@ def scan_configs():
        r'apq*_defconfig',
        r'qsd*_defconfig',
        r'mpq*_defconfig',
        r'sdm[0-9]*_defconfig',
        r'sdm*_defconfig',
        r'sdx*_defconfig',
        )
    arch64_pats = (
        r'msm*_defconfig',
        r'sdm[0-9]*_defconfig',
        r'sdm*_defconfig',
        r'sdx*_defconfig',
        )
    for p in arch_pats: