org.openmsx.android.openmsx: WIP

This commit is contained in:
Daniel Martí 2014-01-20 10:12:35 +01:00
parent 0ad61eddae
commit 4d01cd8c62

View file

@ -31,20 +31,29 @@ Repo:libsdl-android
# this looks so ugly because: # this looks so ugly because:
# 1) setup_anddev.sh downloads TCL sources, unpacks and builds them in one go # 1) setup_anddev.sh downloads TCL sources, unpacks and builds them in one go
# 2) AndroidManifest.xml is only generated after TCL compilation # 2) AndroidManifest.xml is only generated after TCL compilation
Build Version:0.9.1-584,11527,openttd-1.2.3.25,update=no,srclibs=OpenMSX@728325a472,buildjni=no,\ Build:0.9.1-584,11527
subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\ disable=fails - libsdl needs a local.properties file preferably via android update project
init=\ commit=openttd-1.2.3.25
ln -s ../../OpenMSX/ openmsx && \ subdir=project
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \ init=ln -s ../../OpenMSX/ openmsx && \
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \ sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter,\ find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
build=\ cd jni && \
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && \ rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter
sed 's/android-15/android-17/' -i setup_anddev.sh && ./setup_anddev.sh && \ update=no
cd ../../../ && sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \ srclibs=OpenMSX@728325a472
cd openmsx/build/android/openmsx && \ patch=tcl.patch
declare -rx VERSION_NAME=0.9.1-584 && \ scanignore=project/jni/tcl8.5
./launch_anddev_build.sh build=export SDL_ANDROID_PORT_PATH=`readlink -f ..` && \
cd openmsx/build/android && \
sed 's/android-15/android-17/' -i setup_anddev.sh && \
./setup_anddev.sh && \
cd ../../../ && \
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
cd openmsx/build/android/openmsx && \
declare -rx VERSION_NAME=0.9.1-584 && \
./launch_anddev_build.sh
buildjni=no
Auto Update Mode:None Auto Update Mode:None
# Tags and AndroidManifest are unusable. See http://openmsx.fixato.net/builds/android/ # Tags and AndroidManifest are unusable. See http://openmsx.fixato.net/builds/android/