ppsspp/android/ab.cmd

6 lines
246 B
Batchfile
Raw Normal View History

2012-12-17 18:07:12 +01:00
SET NDK=C:\AndroidNDK
2012-11-01 16:19:01 +01:00
SET NDK_MODULE_PATH=..;..\native\ext
REM Need to force target-platform to android-9 to get access to OpenSL headers.
REM Hopefully this won't negatively affect anything else.
%NDK%/ndk-build TARGET_PLATFORM=android-9 -j9 %1