chiark / gitweb /
Catch new version of outputFile
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 23 Dec 2014 11:24:07 +0000 (12:24 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 23 Dec 2014 11:24:07 +0000 (12:24 +0100)
fdroidserver/common.py

index 3fd6f6a45d079f51df77d2a1b0640eed6d947d92..c93d4d7219e9201e32c5b23e516ee957e04052ff 100644 (file)
@@ -1696,6 +1696,7 @@ def remove_signing_keys(build_dir):
         re.compile(r'^[\t ]*signingConfig [^ ]*$'),
         re.compile(r'.*android\.signingConfigs\.[^{]*$'),
         re.compile(r'.*variant\.outputFile = .*'),
+        re.compile(r'.*output\.outputFile = .*'),
         re.compile(r'.*\.readLine\(.*'),
         ]
     for root, dirs, files in os.walk(build_dir):