| ... | ... | @@ -28,6 +28,9 @@ The jobs have been duplicated to build both of these versions. During the transi |
|
|
|
|
|
|
|
As VLC 4 needs NDK 25 while VLC 3 needs NDK 21, a different docker image is used for the jobs.
|
|
|
|
|
|
|
|
- VLC 3: https://code.videolan.org/videolan/docker-images/-/tree/master/vlc-debian-android-3.0
|
|
|
|
- VLC 4: https://code.videolan.org/videolan/docker-images/-/tree/master/vlc-debian-android
|
|
|
|
|
|
|
|
### Technical implementation
|
|
|
|
|
|
|
|
Conditional compilation is not a thing in Java/kt. To make it work, we have to add an abstraction layer and split it in different sourceSet.
|
| ... | ... | |
| ... | ... | |