pmt: workflow try fix build issues with NDK

This commit is contained in:
2024-09-11 16:52:00 +03:00
parent e39769460f
commit 7bd057156f
2 changed files with 2 additions and 3 deletions

View File

@@ -60,6 +60,5 @@ LOCAL_SRC_FILES := \
Help.cpp
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include
LOCAL_CFLAGS := $(PMT_CXXFLAGS)
LOCAL_STL := c++_static
include $(BUILD_EXECUTABLE)

View File

@@ -24,7 +24,7 @@ APP_ABI := \
armeabi-v7a
APP_PLATFORM := android-21
APP_OPTIM := release
APP_STL := c++_shared
# end