Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
0d46b2f0
Commit
0d46b2f0
authored
Nov 24, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChromeOS: Don't run something for ARMv7, but just for x86
parent
020942e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compile.sh
compile.sh
+1
-1
No files found.
compile.sh
View file @
0d46b2f0
...
...
@@ -222,7 +222,7 @@ fi
# Chrome OS repackaging #
#########################
# You need to run the armv7 version first, then relaunch this script for x86
if
[
"
$CHROME_OS
"
=
1
]
;
then
if
[
"
$CHROME_OS
"
=
1
-a
"
$ANDROID_ABI
"
=
"x86"
]
;
then
unzip
-o
vlc-android/build/outputs/apk/VLC-Android-CHROME-
*
-ARMv7
.apk lib/armeabi-v7a/libvlcjni.so
zip
-rv
vlc-android/build/outputs/apk/VLC-Android-CHROME-
*
-x86
.apk lib/armeabi-v7a/libvlcjni.so
rm
-rf
lib/
...
...
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