mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
add build scripts for ant
This commit is contained in:
Executable
+3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user