mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
- fix SDK location: our install has 2 different versions: under `tools/bin/apkanalyzer` and `cmdline-tools/latest/bin/apkanalyzer`, but only the later is functional (trying to use the former raise some classpath exceptions) - always use the SDK location, don't try to detect it: it's better to fail with a more explanatory "apkanalyzer: command not found" error than having the shell try to run a command with the wrong executable (`manifest …` because `$(APKANALYZER)` is empty)