mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +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
1
README
1
README
|
@ -31,7 +31,6 @@ To be able to auto-build packages, you're going to need:
|
|||
|
||||
You then need to create a config.py (copy config.sample.py and follow the
|
||||
instructions) to specify the locations of some of these things.
|
||||
Also make sure the SDK tools - found in $SDK/tools/ - are in your $PATH.
|
||||
|
||||
=MetaData=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue