Xserver-gimp: support for 16bpp color depth, unfinished shared memory support

This commit is contained in:
Sergii Pylypenko
2013-11-15 23:37:53 +02:00
parent b685d5c265
commit 2420ce5caa
7 changed files with 27 additions and 8 deletions

View File

@@ -27,6 +27,14 @@ if [ "$#" -gt 0 -a "$1" = "release" ]; then
build_release=true
fi
if [ "$#" -gt 0 -a "$1" = "-h" ]; then
echo "Usage: $0 [-s] [-i] [-r] [release]"
echo " -s: sign APK file after building"
echo " -i: install APK file to device after building"
echo " -r: run APK file on device after building"
echo " release: build release package instead of debug"
fi
[ -e project/local.properties ] || {
android update project -p project || exit 1
rm -f project/src/Globals.java