diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-02 04:48:49 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-02 04:48:49 -0800 |
| commit | fff9b2fc21be5fe45abd052d37072877c86c6066 (patch) | |
| tree | b80187a92583b060685c2dbda397fa43997c2170 /scripts | |
| parent | c88fe01f9a09ec362ee89d3cafc986373f502b06 (diff) | |
| parent | 24d5515b4143ac61451b5f8587b771f5ec6c113e (diff) | |
Merge "scripts: build_all: build sdm defconfigs"
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build-all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py index 9e4942d21da9..4f02c33d4248 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -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): |
