You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#lockdown Nick.Penwarden (Will update with full description tomorrow) [CL 2984534 by Matthew Griffin in Main branch]
4 lines
197 B
Batchfile
4 lines
197 B
Batchfile
set NDK_PROJECT_PATH=src
|
|
call ndk-build APP_ABI="armeabi-v7a x86" APP_PLATFORM=android-21
|
|
copy src\obj\local\armeabi-v7a\libbsdsignal.a lib\armeabi-v7a
|
|
copy src\obj\local\x86\libbsdsignal.a lib\x86 |