1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

put aapt_path in config.py

This commit is contained in:
David Black 2013-07-14 22:24:18 +01:00
parent fb797a4102
commit f34399cff0

View File

@ -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"