diff options
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -178,9 +178,7 @@ class Command(object): | |||
178 | mp = manifest.manifestProject | 178 | mp = manifest.manifestProject |
179 | 179 | ||
180 | if not groups: | 180 | if not groups: |
181 | groups = mp.config.GetString('manifest.groups') | 181 | groups = manifest.GetGroupsStr() |
182 | if not groups: | ||
183 | groups = 'default,platform-' + platform.system().lower() | ||
184 | groups = [x for x in re.split(r'[,\s]+', groups) if x] | 182 | groups = [x for x in re.split(r'[,\s]+', groups) if x] |
185 | 183 | ||
186 | if not args: | 184 | if not args: |