Skip to content

Instantly share code, notes, and snippets.

@mlasak
mlasak / doExport.sh
Last active December 21, 2015 22:28
Exports all needed ContentShell resources as basis for an Android project. Script still under construction!
#!/bin/sh
# Contributed to the webinos project.
# License: http://www.apache.org/licenses/LICENSE-2.0
echo "Exports all needed ContentShell resources as basis for an Android project."
echo "--------------------------------------------------------------------------"
if [ -z $1 ]; then
echo "place this script next to your chromium 'src' folder"
echo "run this script after successfull 'ninja -C out/Debug -j8 content_shell_apk' build"