mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
add build scripts for ant
This commit is contained in:
parent
345a4ccf0e
commit
2a5763e50a
3
android/ab-ant.sh
Executable file
3
android/ab-ant.sh
Executable file
@ -0,0 +1,3 @@
|
||||
ant debug
|
||||
adb install -r bin/PPSSPP-debug.apk
|
||||
adb shell am start -n org.ppsspp.ppsspp/org.ppsspp.ppsspp.PpssppActivity
|
@ -37,6 +37,12 @@
|
||||
<isset property="env.ANDROID_HOME" />
|
||||
</condition>
|
||||
|
||||
<!-- this property is needed to run the script via ANT. It requires the NDK
|
||||
environment variable which is accessed by ant during the build process -->
|
||||
<condition property="ndk.dir" value="${env.NDK}">
|
||||
<isset property="env.NDK" />
|
||||
</condition>
|
||||
|
||||
<!-- The project.properties file is created and updated by the 'android'
|
||||
tool, as well as ADT.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user