mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-30 11:30:50 +00:00
android packaging for 1.2.1
This commit is contained in:
parent
e9de5ca633
commit
88778301cb
@ -842,7 +842,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
|
||||
|
||||
echo RADIR $RADIR
|
||||
cd $RADIR
|
||||
# $MAKE -f Makefile.griffin shaders-convert-glsl PYTHON3=$PYTHON
|
||||
$MAKE -f Makefile.griffin shaders-convert-glsl PYTHON3=$PYTHON
|
||||
|
||||
echo "BUILDBOT JOB: $jobid Processing Assets"
|
||||
echo
|
||||
|
@ -1,6 +1,6 @@
|
||||
ANDROID_HOME /opt/android-sdk
|
||||
NDK_ROOT /opt/android-ndk
|
||||
ANDROID_NDK /opt/android-ndk
|
||||
NDK_ROOT /opt/android-ndk-r10e
|
||||
ANDROID_NDK /opt/android-ndk-r10e
|
||||
PATH /opt/android-ndk:/opt/android-sdk-linux_r24/tools
|
||||
PLATFORM android
|
||||
platform android
|
||||
|
Loading…
Reference in New Issue
Block a user