mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: use standardized paths for the NDKs
This should help with reproducibility since some tools like Python still include the build paths in the binaries. https://gitlab.com/fdroid/fdroidserver/-/merge_requests/919#note_578180986 The default ANDROID_SDK_ROOT base dir of /opt/android-sdk is hard-coded in buildserver/Vagrantfile. The $ANDROID_HOME/ndk subdir is where Android Studio will install the NDK into versioned subdirs. https://developer.android.com/studio/projects/configure-agp-ndk#agp_version_41
This commit is contained in:
parent
bb77d7a6d2
commit
93145a43fb
4 changed files with 14 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
sdk_path: /opt/android-sdk
|
||||
ndk_paths:
|
||||
r10e: /home/vagrant/android-ndk/r10e
|
||||
r21e: /home/vagrant/android-ndk/r21e
|
||||
r22b: /home/vagrant/android-ndk/r22b
|
||||
r10e: /opt/android-sdk/ndk/r10e
|
||||
r21e: /opt/android-sdk/ndk/21.4.7075529
|
||||
r22b: /opt/android-sdk/ndk/22.0.7026061
|
||||
|
||||
java_paths:
|
||||
8: /usr/lib/jvm/java-8-openjdk-amd64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue