mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 07:50:49 +00:00
7 lines
232 B
Bash
Executable File
7 lines
232 B
Bash
Executable File
cp -r ../flash0 assets
|
|
cp -r ../lang assets
|
|
cp -r ../assets/shaders assets
|
|
cp ../assets/langregion.ini assets/langregion.ini
|
|
cp ../assets/*.png assets
|
|
NDK_MODULE_PATH=..:../native/ext $NDK/ndk-build -j3 TARGET_PLATFORM=android-9 $*
|