Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
bb14a983
Commit
bb14a983
authored
Feb 06, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bootstrap gradle configuration
parent
cc777e62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
compile-simple.sh
compile-simple.sh
+21
-2
No files found.
compile-simple.sh
View file @
bb14a983
...
...
@@ -52,8 +52,22 @@ if [ ! -d "gradle/wrapper" ]; then
rm
-rf
gradle-
${
GRADLE_VERSION
}
-all
.zip gradle-
${
GRADLE_VERSION
}
fi
# Fetch VLC source
# 1/ libvlc, libvlccore and its plugins
####################
# Configure gradle #
####################
if
[
!
-f
gradle.properties
]
;
then
echo
keyStoreFile
=
$HOME
/.android/debug.keystore
>
gradle.properties
echo
storealias
=
androiddebugkey
>>
gradle.properties
echo
storepwd
=
android
>>
gradle.properties
fi
if
[
!
-f
local.properties
]
;
then
echo
sdk.dir
=
$ANDROID_SDK
>
local.properties
echo
ndk.dir
=
$ANDROID_NDK
>>
local.properties
fi
####################
# Fetch VLC source #
####################
TESTED_HASH
=
18e445a
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
...
...
@@ -82,3 +96,8 @@ if [ "$RELEASE" = 1 ]; then
fi
./compile-libvlc.sh
$OPTS
##################
# Compile the UI #
##################
./gradlew tasks
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment