HelloAndroid sample is moved to samples/android
This commit is contained in:
9
samples/android/hello-android/cmake_android.cmd
Normal file
9
samples/android/hello-android/cmake_android.cmd
Normal file
@@ -0,0 +1,9 @@
|
||||
@ECHO OFF
|
||||
SETLOCAL
|
||||
PUSHD %~dp0
|
||||
SET PROJECT_NAME=hello-android
|
||||
SET BUILD_DIR=build_armeabi
|
||||
SET ARM_TARGET=armeabi
|
||||
CALL ..\..\..\android\scripts\build.cmd %*
|
||||
POPD
|
||||
ENDLOCAL
|
Reference in New Issue
Block a user