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

Commit 36f01410 authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Gerrit - the friendly Code Review server
Browse files

scripts: build-all.py: update regex to compile all defconfigs



Update regex to populate all sdm*_defconfig and compile with build-all
script.

Change-Id: Ia4aa0f6b684b647b173f0ca18e6979fb0d957149
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent ccc529ec
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: