mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
put aapt_path in config.py
This commit is contained in:
parent
fb797a4102
commit
f34399cff0
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
||||||
sdk_path = "/path/to/android-sdk-linux_86"
|
sdk_path = "/path/to/android-sdk-linux_86"
|
||||||
ndk_path = "/path/to/android-ndk-r8e"
|
ndk_path = "/path/to/android-ndk-r8e"
|
||||||
|
|
||||||
|
# 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...
|
#You probably don't need to change this...
|
||||||
javacc_path = "/usr/share/java"
|
javacc_path = "/usr/share/java"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue