chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb797a4
)
put aapt_path in config.py
author
David Black
<david8black@gmail.com>
Sun, 14 Jul 2013 21:24:18 +0000
(22:24 +0100)
committer
David Black
<david8black@gmail.com>
Sun, 14 Jul 2013 21:24:18 +0000
(22:24 +0100)
config.sample.py
patch
|
blob
|
history
diff --git
a/config.sample.py
b/config.sample.py
index 5728550144a59eca9200ffe62c65cccfcf626043..7d666d1e6fb5f861ad0929b6482161e75f108d57 100644
(file)
--- a/
config.sample.py
+++ b/
config.sample.py
@@
-5,6
+5,10
@@
sdk_path = "/path/to/android-sdk-linux_86"
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...
javacc_path = "/usr/share/java"