mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 17:20:29 +03:00
require build-tools that fully supports apksigner
This commit is contained in:
parent
501a33f117
commit
989159ef09
2 changed files with 3 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ class CommonTest(unittest.TestCase):
|
|||
for f in sorted(os.listdir(build_tools), reverse=True):
|
||||
versioned = os.path.join(build_tools, f)
|
||||
if os.path.isdir(versioned) \
|
||||
and os.path.isfile(os.path.join(versioned, 'aapt')):
|
||||
and os.path.isfile(os.path.join(versioned, 'apksigner')):
|
||||
fdroidserver.common.config['build_tools'] = versioned
|
||||
break
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue