Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
5461448e
Commit
5461448e
authored
Nov 24, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HACK: Add Chrome Packaging in compile.sh
parent
8a405537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
compile.sh
compile.sh
+12
-0
No files found.
compile.sh
View file @
5461448e
...
...
@@ -217,3 +217,15 @@ if [ "$RUN" = 1 ]; then
adb shell am start
-n
org.videolan.vlc.debug/org.videolan.vlc.gui.MainActivity
fi
fi
#########################
# Chrome OS repackaging #
#########################
# You need to run the armv7 version first, then relaunch this script for x86
if
[
"
$CHROME_OS
"
=
1
]
;
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/
apk_to_crx.py
--zip
vlc-android/build/outputs/apk/VLC-Android-CHROME-
*
-x86
.apk
--metadata
vlc-android/flavors/chrome/VLC-Android-CHROME.crx.json
mv
vlc-android/build/outputs/apk/VLC-Android-CHROME-
*
-x86
.zip vlc-android/build/outputs/apk/VLC-Android-CHROME-ALL.zip
fi
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