diff --git a/tools/autobuild/eclipse-debug.sh b/tools/autobuild/eclipse-debug.sh index fb4622b5f0..9b4dbf358d 100644 --- a/tools/autobuild/eclipse-debug.sh +++ b/tools/autobuild/eclipse-debug.sh @@ -11,8 +11,9 @@ fi source "$LOCAL_DIRNAME/ndk_helper.sh" +export NDK_PROJECT_PATH="$LOCAL_DIRNAME/../../android" if [[ "$1" != "clean" ]] ; then $(GetNdkRoot)/ndk-build APP_ABI=armeabi V=1 NDK_DEBUG=1 DEBUG=1 else $(GetNdkRoot)/ndk-build clean V=1 NDK_DEBUG=1 DEBUG=1 -fi \ No newline at end of file +fi