mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Simplify SDK path configuration
As long as we're making the user specify the path to the SDK, we can use that information to find all the tools - there's no need for specifying the location of aapt separately or requiring the tools to be in $PATH.
This commit is contained in:
parent
a87532a54c
commit
4cfc02ae9d
4 changed files with 12 additions and 9 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#Copy this file to config.py, then amend the settings below according to
|
||||
#your system configuration.
|
||||
|
||||
aapt_path = "/path/to/android-sdk-linux_86/platform-tools/aapt"
|
||||
sdk_path = "/path/to/android-sdk-linux_86"
|
||||
ndk_path = "/path/to/android-ndk-r5"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue