[Android] gradle build system
Geoffrey Métais
git at videolan.org
Fri Nov 14 14:30:17 CET 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Nov 13 17:17:23 2014 +0100| [396991196c64777458348e9dd837095f28df0833] | committer: Geoffrey Métais
gradle build system
Working from cli or from Android Studio
'./gradlew tasks' to see all options
'./graldew installDebug' to build and install a debug version of VLC
compile.sh is still working, you can still build apks with it.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=396991196c64777458348e9dd837095f28df0833
---
.gitignore | 8 ++
build.gradle | 15 +++
gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 51017 bytes
gradle/wrapper/gradle-wrapper.properties | 6 ++
gradlew | 164 ++++++++++++++++++++++++++++++
java-libs/WheelView/build.gradle | 31 ++++++
settings.gradle | 2 +
vlc-android/build.gradle | 96 +++++++++++++++++
8 files changed, 322 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=396991196c64777458348e9dd837095f28df0833
More information about the Android
mailing list