mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
12 lines
298 B
YAML
12 lines
298 B
YAML
|
extraction:
|
||
|
java:
|
||
|
before_index:
|
||
|
- export ANDROID_SDK=/opt/extra/android
|
||
|
- export ANDROID_NDK=/opt/extra/android
|
||
|
- export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools
|
||
|
- ./compile.sh --init
|
||
|
index:
|
||
|
build_command:
|
||
|
- ./gradlew assembleDebug
|
||
|
|