chiark / gitweb /
Fix bankdroid build
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 1 Apr 2014 17:29:37 +0000 (19:29 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 1 Apr 2014 17:29:37 +0000 (19:29 +0200)
All console stuff should be avoided already with just readLine

fdroidserver/common.py

index c26ec63010289e8acc5d8a02534f1f7d20b8a512..3fef945f2638c5b6242b6c5186c8b2de2d88aa36 100644 (file)
@@ -1428,7 +1428,6 @@ def remove_signing_keys(build_dir):
             re.compile(r'.*android\.signingConfigs\..*'),
             re.compile(r'.*variant\.outputFile = .*'),
             re.compile(r'.*\.readLine\(.*'),
-            re.compile(r'.*System\.console\(\).*'),
     ]
     for root, dirs, files in os.walk(build_dir):
         if 'build.gradle' in files: