ammend package

This commit is contained in:
radius 2015-07-04 20:11:39 -04:00
parent dc15f7d738
commit 130aaf7e6d
2 changed files with 4 additions and 3 deletions

View File

@ -874,7 +874,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cp -rfv media/assets/* android/phoenix/assets/assets/
cp -rfv media/assets/xmb android/phoenix/assets/assets/
cp -rfv media/autoconfig/* android/phoenix/assets/autoconfig/
#cp -rfv media/libretrodb/cht android/phoenix/assets/libretrodb/
cp -rfv media/libretrodb/rdb android/phoenix/assets/database/
@ -895,7 +895,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
$NDK clean &> /tmp/buildbot.log
$NDK -j${JOBS} &>> /tmp/buildbot.log
ant clean &>> /tmp/buildbot.log
android update project --path . --target android-21 &>> /tmp/buildbot.log
android update project --path . --target android-22 &>> /tmp/buildbot.log
android update project --path libs/googleplay --target android-21 &>> /tmp/buildbot.log
android update project --path libs/appcompat --target android-21 &>> /tmp/buildbot.log
ant debug &>> /tmp/buildbot.log
@ -1211,6 +1211,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" =
mkdir -p windows/content
mkdir -p windows/downloads
mkdir -p windows/info
mkdir -p windows/cores
mkdir -p windows/config/remap
cat << EOF > windows/retroarch.cfg

View File

@ -1,7 +1,7 @@
ANDROID_HOME /opt/android-sdk
NDK_ROOT /opt/android-ndk
ANDROID_NDK /opt/android-ndk
PATH /opt/android-ndk:/opt/android-sdk/tools
PATH /opt/android-ndk:/opt/android-sdk-linux_r24/tools
PLATFORM android
platform android
MAKE make