mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Work in progress on integrating build server
This commit is contained in:
parent
d6e390afd6
commit
498e7d3c5f
14 changed files with 334 additions and 116 deletions
4
config.buildserver.py
Normal file
4
config.buildserver.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
aapt_path = "/home/vagrant/android-sdk/platform-tools/aapt"
|
||||
sdk_path = "/home/vagrant/android-sdk"
|
||||
ndk_path = "/home/vagrant/android-ndk"
|
||||
javacc_path = "/usr/share/java"
|
||||
Loading…
Add table
Add a link
Reference in a new issue