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
Incidents
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
1bc50c0a
Commit
1bc50c0a
authored
Feb 04, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile.sh: remove NDKv9 support
parent
a8b371d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
compile.sh
compile.sh
+1
-11
No files found.
compile.sh
View file @
1bc50c0a
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
set
-e
set
-e
if
[
-z
"
$ANDROID_NDK
"
-o
-z
"
$ANDROID_SDK
"
]
;
then
if
[
-z
"
$ANDROID_NDK
"
-o
-z
"
$ANDROID_SDK
"
]
;
then
echo
"You must define ANDROID_NDK, ANDROID_SDK and ANDROID_ABI before starting."
echo
"You must define ANDROID_NDK, ANDROID_SDK and ANDROID_ABI before starting."
echo
"They must point to your NDK and SDK directories.
\n
"
echo
"They must point to your NDK and SDK directories.
\n
"
...
@@ -124,17 +123,8 @@ case "$REL" in
...
@@ -124,17 +123,8 @@ case "$REL" in
fi
fi
CXXSTL
=
"/"
${
GCCVER
}
CXXSTL
=
"/"
${
GCCVER
}
;;
;;
9
*
)
if
[
"
${
HAVE_64
}
"
=
1
]
;
then
echo
"You need the NDKv10 or later for 64 bits build"
exit
1
fi
GCCVER
=
4.8
ANDROID_API
=
android-9
CXXSTL
=
"/"
${
GCCVER
}
;;
*
)
*
)
echo
"You need the NDKv
9
or later"
echo
"You need the NDKv
10
or later"
exit
1
exit
1
;;
;;
esac
esac
...
...
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