mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
6 lines
145 B
Python
6 lines
145 B
Python
sdk_path = "/home/vagrant/android-sdk"
|
|
ndk_paths = {
|
|
'r9b': "/home/vagrant/android-ndk/r9b",
|
|
'r10e': "/home/vagrant/android-ndk/r10e",
|
|
}
|