summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/Android/AndroidMain.cpp
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-02-16 07:14:40 +0000
committerEgor <egor.yusov@gmail.com>2018-02-16 07:14:40 +0000
commitfb135a4f329865103594bfb73c073296c52c4d98 (patch)
treea1757579b0fe9f14dc060ed1e4de9f45bfa33de1 /Common/NativeApp/src/Android/AndroidMain.cpp
parentUpdated tools submodule (diff)
downloadDiligentEngine-fb135a4f329865103594bfb73c073296c52c4d98.tar.gz
DiligentEngine-fb135a4f329865103594bfb73c073296c52c4d98.zip
Unified Android build
Diffstat (limited to 'Common/NativeApp/src/Android/AndroidMain.cpp')
-rw-r--r--Common/NativeApp/src/Android/AndroidMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/NativeApp/src/Android/AndroidMain.cpp b/Common/NativeApp/src/Android/AndroidMain.cpp
index 4ff35fa..cc5794c 100644
--- a/Common/NativeApp/src/Android/AndroidMain.cpp
+++ b/Common/NativeApp/src/Android/AndroidMain.cpp
@@ -29,7 +29,7 @@
#include "NativeAppBase.h"
-#define HELPER_CLASS_NAME "com/sample/helper/NDKHelper" //Class name of helper function
+#define HELPER_CLASS_NAME "com/android/helper/NDKHelper" //Class name of helper function
// This is the main entry point of a native application that is using