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

Commit fff9b2fc 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: build sdm defconfigs"

parents c88fe01f 24d5515b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -303,9 +303,11 @@ def scan_configs():
        r'apq*_defconfig',
        r'qsd*_defconfig',
	r'mpq*_defconfig',
	r'sdm[0-9]*_defconfig',
        )
    arch64_pats = (
	r'msm*_defconfig',
	r'sdm[0-9]*_defconfig',
        )
    for p in arch_pats:
        for n in glob.glob('arch/arm/configs/' + p):