mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Deprecate aapt_path in favour of sdk_path + build_tools
This commit is contained in:
parent
d86a68b858
commit
ece2ece071
4 changed files with 4 additions and 22 deletions
|
@ -8,10 +8,6 @@ ndk_path = "/path/to/android-ndk-r8e"
|
|||
# Build tools version to be used
|
||||
build_tools = "18.0.1"
|
||||
|
||||
# May be necessary for fdroid update; you may still need to make a symlink to
|
||||
# aapt in platform-tools
|
||||
aapt_path = "/path/to/android-sdk-linux_x86/build-tools/17.0.0/aapt"
|
||||
|
||||
#You probably don't need to change this...
|
||||
javacc_path = "/usr/share/java"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue