mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0027031: Samples - fix compilation issues in java/jniviewer sample
Add -std=c++11 compiler flag to Android.mk. OcctJni_Viewer - drop removed arguments within V3d_View::SetWindow() usage. OcctJni_Window - add missing NativeFBConfig() method declared in the interface.
This commit is contained in:
@@ -200,7 +200,7 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libTKJniSample
|
||||
LOCAL_C_INCLUDES := $(STL_INC)
|
||||
#LOCAL_STATIC_LIBRARIES := $(STL_LIB) does not work
|
||||
LOCAL_CFLAGS := -Wall
|
||||
LOCAL_CFLAGS := -Wall -std=c++11
|
||||
LOCAL_CPP_EXTENSION := .cxx .cpp
|
||||
LOCAL_CPP_FEATURES := rtti exceptions
|
||||
LOCAL_SRC_FILES := OcctJni_Viewer.cxx OcctJni_Window.cxx OcctJni_MsgPrinter.cxx
|
||||
|
Reference in New Issue
Block a user