chiark / gitweb /
update: find aapt when it is not in the PATH
authorHans-Christoph Steiner <hans@eds.org>
Thu, 18 May 2017 15:20:24 +0000 (17:20 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 18 May 2017 15:21:05 +0000 (17:21 +0200)
commit0345d2c79f11501110b69307a4f9922dd8bb1d7b
tree38b5bea59ddc738bbb49c7640513d0ebb1c49825
parentc348186ad65daefbcffdf79e2111fcc9bad00760
update: find aapt when it is not in the PATH

This is some very messy logic built up since 2010.  This will all go away
once we have a python3 version of androguard available.

The removed imports and `dir(APK)` is to silence pyflakes

closes #303
fdroidserver/build.py
fdroidserver/common.py
fdroidserver/update.py
tests/androguard_test.py