Fix subproject regex to allow subdir without colon

This commit is contained in:
jugendhacker 2021-11-30 08:28:17 +00:00 committed by Jochen Sprickerhof
parent 455b9f7a04
commit b236773455
6 changed files with 153 additions and 1 deletions

View file

@ -1310,6 +1310,7 @@ class CommonTest(unittest.TestCase):
'com.anpmech.launcher': 'app',
'org.tasks': 'app',
'ut.ewh.audiometrytest': 'app',
'org.noise_planet.noisecapture': 'app',
}
for k, v in subdirs.items():
build_dir = Path('source-files') / k