chiark / gitweb /
put aapt_path in config.py
authorDavid Black <david8black@gmail.com>
Sun, 14 Jul 2013 21:24:18 +0000 (22:24 +0100)
committerDavid Black <david8black@gmail.com>
Sun, 14 Jul 2013 21:24:18 +0000 (22:24 +0100)
config.sample.py

index 5728550144a59eca9200ffe62c65cccfcf626043..7d666d1e6fb5f861ad0929b6482161e75f108d57 100644 (file)
@@ -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"