diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-16 07:14:40 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-16 07:14:40 +0000 |
| commit | fb135a4f329865103594bfb73c073296c52c4d98 (patch) | |
| tree | a1757579b0fe9f14dc060ed1e4de9f45bfa33de1 /Common/NativeApp/src/Android/AndroidMain.cpp | |
| parent | Updated tools submodule (diff) | |
| download | DiligentEngine-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.cpp | 2 |
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 |
